@Generated(value="software.amazon.awssdk:codegen") public enum HandlerErrorCode extends Enum<HandlerErrorCode>
| Modifier and Type | Method and Description | 
|---|---|
static HandlerErrorCode | 
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value. 
 | 
static Set<HandlerErrorCode> | 
knownValues()
 | 
String | 
toString()  | 
static HandlerErrorCode | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static HandlerErrorCode[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final HandlerErrorCode NOT_UPDATABLE
public static final HandlerErrorCode INVALID_REQUEST
public static final HandlerErrorCode ACCESS_DENIED
public static final HandlerErrorCode INVALID_CREDENTIALS
public static final HandlerErrorCode ALREADY_EXISTS
public static final HandlerErrorCode NOT_FOUND
public static final HandlerErrorCode RESOURCE_CONFLICT
public static final HandlerErrorCode THROTTLING
public static final HandlerErrorCode SERVICE_LIMIT_EXCEEDED
public static final HandlerErrorCode NOT_STABILIZED
public static final HandlerErrorCode GENERAL_SERVICE_EXCEPTION
public static final HandlerErrorCode SERVICE_INTERNAL_ERROR
public static final HandlerErrorCode SERVICE_TIMEOUT
public static final HandlerErrorCode NETWORK_FAILURE
public static final HandlerErrorCode INTERNAL_FAILURE
public static final HandlerErrorCode UNKNOWN_TO_SDK_VERSION
public static HandlerErrorCode[] values()
for (HandlerErrorCode c : HandlerErrorCode.values()) System.out.println(c);
public static HandlerErrorCode 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<HandlerErrorCode>public static HandlerErrorCode fromValue(String value)
value - real valuepublic static Set<HandlerErrorCode> 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 HandlerErrorCodesCopyright © 2023. All rights reserved.