| Package | Description |
|---|---|
| software.amazon.awssdk.services.qldb.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCause |
JournalKinesisStreamDescription.errorCause()
The error message that describes the reason that a stream has a status of
IMPAIRED or
FAILED. |
static ErrorCause |
ErrorCause.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ErrorCause |
ErrorCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCause[] |
ErrorCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ErrorCause> |
ErrorCause.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JournalKinesisStreamDescription.Builder |
JournalKinesisStreamDescription.Builder.errorCause(ErrorCause errorCause)
The error message that describes the reason that a stream has a status of
IMPAIRED or
FAILED. |
Copyright © 2021. All rights reserved.