@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ConnectionErrorCodeType extends Enum<ConnectionErrorCodeType>
| Enum Constant and Description |
|---|
CLUSTER_NOT_FOUND |
INSUFFICIENT_CLOUDHSM_HSMS |
INTERNAL_ERROR |
INVALID_CREDENTIALS |
NETWORK_ERRORS |
USER_LOCKED_OUT |
| 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 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.Copyright © 2019. All rights reserved.