@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ValidationExceptionReason extends Enum<ValidationExceptionReason>
Modifier and Type | Method and Description |
---|---|
static ValidationExceptionReason |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ValidationExceptionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationExceptionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationExceptionReason UNKNOWN_OPERATION
public static final ValidationExceptionReason CANNOT_PARSE
public static final ValidationExceptionReason FIELD_VALIDATION_FAILED
public static final ValidationExceptionReason OTHER
public static final ValidationExceptionReason INVALID_PARAMETER
public static final ValidationExceptionReason INVALID_ARN
public static final ValidationExceptionReason INVALID_IDENTITY_FOR_DESTINATION_COUNTRY
public static final ValidationExceptionReason DESTINATION_COUNTRY_BLOCKED
public static final ValidationExceptionReason CANNOT_ADD_OPTED_OUT_NUMBER
public static final ValidationExceptionReason COUNTRY_CODE_MISMATCH
public static final ValidationExceptionReason INVALID_FILTER_VALUES
public static final ValidationExceptionReason INVALID_NEXT_TOKEN
public static final ValidationExceptionReason MISSING_PARAMETER
public static final ValidationExceptionReason PARAMETERS_CANNOT_BE_USED_TOGETHER
public static final ValidationExceptionReason PHONE_NUMBER_CANNOT_BE_OPTED_IN
public static final ValidationExceptionReason PHONE_NUMBER_CANNOT_BE_RELEASED
public static final ValidationExceptionReason PRICE_OVER_THRESHOLD
public static final ValidationExceptionReason REQUESTED_SPEND_LIMIT_HIGHER_THAN_SERVICE_LIMIT
public static final ValidationExceptionReason SENDER_ID_NOT_REGISTERED
public static final ValidationExceptionReason SENDER_ID_NOT_SUPPORTED
public static final ValidationExceptionReason TWO_WAY_NOT_ENABLED
public static final ValidationExceptionReason TWO_WAY_NOT_SUPPORTED_IN_COUNTRY
public static final ValidationExceptionReason TWO_WAY_NOT_SUPPORTED_IN_REGION
public static final ValidationExceptionReason TWO_WAY_TOPIC_NOT_PRESENT
public static ValidationExceptionReason[] values()
for (ValidationExceptionReason c : ValidationExceptionReason.values()) System.out.println(c);
public static ValidationExceptionReason 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<ValidationExceptionReason>
public static ValidationExceptionReason fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.