| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryRunStateReasonCode |
CanaryRunStateReasonCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CanaryRunStateReasonCode |
CanaryRunStatus.stateReasonCode()
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
static CanaryRunStateReasonCode |
CanaryRunStateReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanaryRunStateReasonCode[] |
CanaryRunStateReasonCode.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<CanaryRunStateReasonCode> |
CanaryRunStateReasonCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CanaryRunStatus.Builder |
CanaryRunStatus.Builder.stateReasonCode(CanaryRunStateReasonCode stateReasonCode)
If this value is
CANARY_FAILURE, an exception occurred in the canary code. |
Copyright © 2022. All rights reserved.