@Generated(value="software.amazon.awssdk:codegen") public enum FailedItemReason extends Enum<FailedItemReason>
| Enum Constant and Description |
|---|
NOT_VALID_ACCOUNT_ID |
NOT_VALID_ARN |
NOT_VALID_PARTITION |
NOT_VALID_REGION |
NOT_VALID_RESOURCE_TYPE |
NOT_VALID_SERVICE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static FailedItemReason |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<FailedItemReason> |
knownValues()
|
String |
toString() |
static FailedItemReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailedItemReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FailedItemReason NOT_VALID_ARN
public static final FailedItemReason NOT_VALID_PARTITION
public static final FailedItemReason NOT_VALID_REGION
public static final FailedItemReason NOT_VALID_SERVICE
public static final FailedItemReason NOT_VALID_RESOURCE_TYPE
public static final FailedItemReason NOT_VALID_ACCOUNT_ID
public static final FailedItemReason UNKNOWN_TO_SDK_VERSION
public static FailedItemReason[] values()
for (FailedItemReason c : FailedItemReason.values()) System.out.println(c);
public static FailedItemReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<FailedItemReason>public static FailedItemReason fromValue(String value)
value - real valuepublic static Set<FailedItemReason> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known FailedItemReasonsCopyright © 2022. All rights reserved.