@Generated(value="software.amazon.awssdk:codegen") public enum ConstraintViolationExceptionReason extends Enum<ConstraintViolationExceptionReason>
Modifier and Type | Method and Description |
---|---|
static ConstraintViolationExceptionReason |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ConstraintViolationExceptionReason> |
knownValues()
|
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 final ConstraintViolationExceptionReason ORGANIZATION_NOT_IN_ALL_FEATURES_MODE
public static final ConstraintViolationExceptionReason UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ConstraintViolationExceptionReason> 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 ConstraintViolationExceptionReason
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.