@Generated(value="software.amazon.awssdk:codegen") public enum BatchReadExceptionType extends Enum<BatchReadExceptionType>
| Modifier and Type | Method and Description |
|---|---|
static BatchReadExceptionType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<BatchReadExceptionType> |
knownValues()
|
String |
toString() |
static BatchReadExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchReadExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchReadExceptionType VALIDATION_EXCEPTION
public static final BatchReadExceptionType INVALID_ARN_EXCEPTION
public static final BatchReadExceptionType RESOURCE_NOT_FOUND_EXCEPTION
public static final BatchReadExceptionType INVALID_NEXT_TOKEN_EXCEPTION
public static final BatchReadExceptionType ACCESS_DENIED_EXCEPTION
public static final BatchReadExceptionType NOT_NODE_EXCEPTION
public static final BatchReadExceptionType FACET_VALIDATION_EXCEPTION
public static final BatchReadExceptionType CANNOT_LIST_PARENT_OF_ROOT_EXCEPTION
public static final BatchReadExceptionType NOT_INDEX_EXCEPTION
public static final BatchReadExceptionType NOT_POLICY_EXCEPTION
public static final BatchReadExceptionType DIRECTORY_NOT_ENABLED_EXCEPTION
public static final BatchReadExceptionType LIMIT_EXCEEDED_EXCEPTION
public static final BatchReadExceptionType INTERNAL_SERVICE_EXCEPTION
public static final BatchReadExceptionType UNKNOWN_TO_SDK_VERSION
public static BatchReadExceptionType[] values()
for (BatchReadExceptionType c : BatchReadExceptionType.values()) System.out.println(c);
public static BatchReadExceptionType 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<BatchReadExceptionType>public static BatchReadExceptionType fromValue(String value)
value - real valuepublic static Set<BatchReadExceptionType> 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 BatchReadExceptionTypesCopyright © 2022. All rights reserved.