@Generated(value="software.amazon.awssdk:codegen") public enum HandshakeConstraintViolationExceptionReason extends Enum<HandshakeConstraintViolationExceptionReason>
Modifier and Type | Method and Description |
---|---|
static HandshakeConstraintViolationExceptionReason |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<HandshakeConstraintViolationExceptionReason> |
knownValues()
|
String |
toString() |
static HandshakeConstraintViolationExceptionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakeConstraintViolationExceptionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandshakeConstraintViolationExceptionReason ACCOUNT_NUMBER_LIMIT_EXCEEDED
public static final HandshakeConstraintViolationExceptionReason HANDSHAKE_RATE_LIMIT_EXCEEDED
public static final HandshakeConstraintViolationExceptionReason ALREADY_IN_AN_ORGANIZATION
public static final HandshakeConstraintViolationExceptionReason ORGANIZATION_ALREADY_HAS_ALL_FEATURES
public static final HandshakeConstraintViolationExceptionReason INVITE_DISABLED_DURING_ENABLE_ALL_FEATURES
public static final HandshakeConstraintViolationExceptionReason PAYMENT_INSTRUMENT_REQUIRED
public static final HandshakeConstraintViolationExceptionReason ORGANIZATION_FROM_DIFFERENT_SELLER_OF_RECORD
public static final HandshakeConstraintViolationExceptionReason ORGANIZATION_MEMBERSHIP_CHANGE_RATE_LIMIT_EXCEEDED
public static final HandshakeConstraintViolationExceptionReason UNKNOWN_TO_SDK_VERSION
public static HandshakeConstraintViolationExceptionReason[] values()
for (HandshakeConstraintViolationExceptionReason c : HandshakeConstraintViolationExceptionReason.values()) System.out.println(c);
public static HandshakeConstraintViolationExceptionReason 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<HandshakeConstraintViolationExceptionReason>
public static HandshakeConstraintViolationExceptionReason fromValue(String value)
value
- real valuepublic static Set<HandshakeConstraintViolationExceptionReason> 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 HandshakeConstraintViolationExceptionReason
sCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.