@Generated(value="software.amazon.awssdk:codegen") public enum ConnectionErrorCodeType extends Enum<ConnectionErrorCodeType>
| Modifier and Type | Method and Description |
|---|---|
static ConnectionErrorCodeType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ConnectionErrorCodeType> |
knownValues()
|
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 final ConnectionErrorCodeType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ConnectionErrorCodeType> 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 ConnectionErrorCodeTypesCopyright © 2023. All rights reserved.