Serializable
, Comparable<HandshakeConstraintViolationExceptionReason>
@Generated("software.amazon.awssdk:codegen") public enum HandshakeConstraintViolationExceptionReason extends Enum<HandshakeConstraintViolationExceptionReason>
Modifier and Type | Method | Description |
---|---|---|
static HandshakeConstraintViolationExceptionReason |
fromValue(String value) |
Use this in place of valueOf.
|
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 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 valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.