@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ConstraintViolationExceptionReason extends Enum<ConstraintViolationExceptionReason>
Modifier and Type | Method and Description |
---|---|
static ConstraintViolationExceptionReason |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ConstraintViolationExceptionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintViolationExceptionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintViolationExceptionReason ACCOUNT_NUMBER_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason HANDSHAKE_RATE_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason OU_NUMBER_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason OU_DEPTH_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason POLICY_NUMBER_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason ACCOUNT_CANNOT_LEAVE_ORGANIZATION
public static final ConstraintViolationExceptionReason ACCOUNT_CANNOT_LEAVE_WITHOUT_EULA
public static final ConstraintViolationExceptionReason ACCOUNT_CANNOT_LEAVE_WITHOUT_PHONE_VERIFICATION
public static final ConstraintViolationExceptionReason MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED
public static final ConstraintViolationExceptionReason MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED
public static final ConstraintViolationExceptionReason ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED
public static final ConstraintViolationExceptionReason MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE
public static final ConstraintViolationExceptionReason MASTER_ACCOUNT_MISSING_CONTACT_INFO
public static ConstraintViolationExceptionReason[] values()
for (ConstraintViolationExceptionReason c : ConstraintViolationExceptionReason.values()) System.out.println(c);
public static ConstraintViolationExceptionReason 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<ConstraintViolationExceptionReason>
public static ConstraintViolationExceptionReason fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.