@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum HandlerErrorCode extends Enum<HandlerErrorCode>
Enum Constant and Description |
---|
AccessDenied |
AlreadyExists |
GeneralServiceException |
InternalFailure |
InvalidCredentials |
InvalidRequest |
NetworkFailure |
NotFound |
NotStabilized |
NotUpdatable |
ResourceConflict |
ServiceInternalError |
ServiceLimitExceeded |
Throttling |
Modifier and Type | Method and Description |
---|---|
static HandlerErrorCode |
fromValue(String value)
Use this in place of valueOf.
|
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 NotUpdatable
public static final HandlerErrorCode InvalidRequest
public static final HandlerErrorCode AccessDenied
public static final HandlerErrorCode InvalidCredentials
public static final HandlerErrorCode AlreadyExists
public static final HandlerErrorCode NotFound
public static final HandlerErrorCode ResourceConflict
public static final HandlerErrorCode Throttling
public static final HandlerErrorCode ServiceLimitExceeded
public static final HandlerErrorCode NotStabilized
public static final HandlerErrorCode GeneralServiceException
public static final HandlerErrorCode ServiceInternalError
public static final HandlerErrorCode NetworkFailure
public static final HandlerErrorCode InternalFailure
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 valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.