@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ConnectionErrorCodeType extends Enum<ConnectionErrorCodeType>
Modifier and Type | Method and Description |
---|---|
static ConnectionErrorCodeType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ConnectionErrorCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionErrorCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionErrorCodeType INVALID_CREDENTIALS
public static final ConnectionErrorCodeType CLUSTER_NOT_FOUND
public static final ConnectionErrorCodeType NETWORK_ERRORS
public static final ConnectionErrorCodeType INTERNAL_ERROR
public static final ConnectionErrorCodeType INSUFFICIENT_CLOUDHSM_HSMS
public static final ConnectionErrorCodeType USER_LOCKED_OUT
public static final ConnectionErrorCodeType USER_NOT_FOUND
public static final ConnectionErrorCodeType USER_LOGGED_IN
public static final ConnectionErrorCodeType SUBNET_NOT_FOUND
public static final ConnectionErrorCodeType INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET
public static final ConnectionErrorCodeType XKS_PROXY_ACCESS_DENIED
public static final ConnectionErrorCodeType XKS_PROXY_NOT_REACHABLE
public static final ConnectionErrorCodeType XKS_VPC_ENDPOINT_SERVICE_NOT_FOUND
public static final ConnectionErrorCodeType XKS_PROXY_INVALID_RESPONSE
public static final ConnectionErrorCodeType XKS_PROXY_INVALID_CONFIGURATION
public static final ConnectionErrorCodeType XKS_VPC_ENDPOINT_SERVICE_INVALID_CONFIGURATION
public static final ConnectionErrorCodeType XKS_PROXY_TIMED_OUT
public static final ConnectionErrorCodeType XKS_PROXY_INVALID_TLS_CONFIGURATION
public static ConnectionErrorCodeType[] values()
for (ConnectionErrorCodeType c : ConnectionErrorCodeType.values()) System.out.println(c);
public static ConnectionErrorCodeType 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<ConnectionErrorCodeType>
public static ConnectionErrorCodeType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.