@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DataReplicationErrorString extends Enum<DataReplicationErrorString>
Modifier and Type | Method and Description |
---|---|
static DataReplicationErrorString |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DataReplicationErrorString |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataReplicationErrorString[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataReplicationErrorString AGENT_NOT_SEEN
public static final DataReplicationErrorString SNAPSHOTS_FAILURE
public static final DataReplicationErrorString NOT_CONVERGING
public static final DataReplicationErrorString UNSTABLE_NETWORK
public static final DataReplicationErrorString FAILED_TO_CREATE_SECURITY_GROUP
public static final DataReplicationErrorString FAILED_TO_LAUNCH_REPLICATION_SERVER
public static final DataReplicationErrorString FAILED_TO_BOOT_REPLICATION_SERVER
public static final DataReplicationErrorString FAILED_TO_AUTHENTICATE_WITH_SERVICE
public static final DataReplicationErrorString FAILED_TO_DOWNLOAD_REPLICATION_SOFTWARE
public static final DataReplicationErrorString FAILED_TO_CREATE_STAGING_DISKS
public static final DataReplicationErrorString FAILED_TO_ATTACH_STAGING_DISKS
public static final DataReplicationErrorString FAILED_TO_PAIR_REPLICATION_SERVER_WITH_AGENT
public static final DataReplicationErrorString FAILED_TO_CONNECT_AGENT_TO_REPLICATION_SERVER
public static final DataReplicationErrorString FAILED_TO_START_DATA_TRANSFER
public static final DataReplicationErrorString UNSUPPORTED_VM_CONFIGURATION
public static final DataReplicationErrorString LAST_SNAPSHOT_JOB_FAILED
public static DataReplicationErrorString[] values()
for (DataReplicationErrorString c : DataReplicationErrorString.values()) System.out.println(c);
public static DataReplicationErrorString 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<DataReplicationErrorString>
public static DataReplicationErrorString fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.