@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum BatchStatementErrorCodeEnum extends Enum<BatchStatementErrorCodeEnum>
Enum Constant and Description |
---|
AccessDenied |
ConditionalCheckFailed |
DuplicateItem |
InternalServerError |
ItemCollectionSizeLimitExceeded |
ProvisionedThroughputExceeded |
RequestLimitExceeded |
ResourceNotFound |
ThrottlingError |
TransactionConflict |
ValidationError |
Modifier and Type | Method and Description |
---|---|
static BatchStatementErrorCodeEnum |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static BatchStatementErrorCodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchStatementErrorCodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchStatementErrorCodeEnum ConditionalCheckFailed
public static final BatchStatementErrorCodeEnum ItemCollectionSizeLimitExceeded
public static final BatchStatementErrorCodeEnum RequestLimitExceeded
public static final BatchStatementErrorCodeEnum ValidationError
public static final BatchStatementErrorCodeEnum ProvisionedThroughputExceeded
public static final BatchStatementErrorCodeEnum TransactionConflict
public static final BatchStatementErrorCodeEnum ThrottlingError
public static final BatchStatementErrorCodeEnum InternalServerError
public static final BatchStatementErrorCodeEnum ResourceNotFound
public static final BatchStatementErrorCodeEnum AccessDenied
public static final BatchStatementErrorCodeEnum DuplicateItem
public static BatchStatementErrorCodeEnum[] values()
for (BatchStatementErrorCodeEnum c : BatchStatementErrorCodeEnum.values()) System.out.println(c);
public static BatchStatementErrorCodeEnum 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<BatchStatementErrorCodeEnum>
public static BatchStatementErrorCodeEnum fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.