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