@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum BatchWriteExceptionType extends Enum<BatchWriteExceptionType>
Modifier and Type | Method and Description |
---|---|
static BatchWriteExceptionType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static BatchWriteExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchWriteExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchWriteExceptionType InternalServiceException
public static final BatchWriteExceptionType ValidationException
public static final BatchWriteExceptionType InvalidArnException
public static final BatchWriteExceptionType LinkNameAlreadyInUseException
public static final BatchWriteExceptionType StillContainsLinksException
public static final BatchWriteExceptionType FacetValidationException
public static final BatchWriteExceptionType ObjectNotDetachedException
public static final BatchWriteExceptionType ResourceNotFoundException
public static final BatchWriteExceptionType AccessDeniedException
public static final BatchWriteExceptionType InvalidAttachmentException
public static final BatchWriteExceptionType NotIndexException
public static final BatchWriteExceptionType NotNodeException
public static final BatchWriteExceptionType IndexedAttributeMissingException
public static final BatchWriteExceptionType ObjectAlreadyDetachedException
public static final BatchWriteExceptionType NotPolicyException
public static final BatchWriteExceptionType DirectoryNotEnabledException
public static final BatchWriteExceptionType LimitExceededException
public static final BatchWriteExceptionType UnsupportedIndexTypeException
public static BatchWriteExceptionType[] values()
for (BatchWriteExceptionType c : BatchWriteExceptionType.values()) System.out.println(c);
public static BatchWriteExceptionType 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<BatchWriteExceptionType>
public static BatchWriteExceptionType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.