@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DeleteFleetErrorCode extends Enum<DeleteFleetErrorCode>
| Enum Constant and Description | 
|---|
| FleetIdDoesNotExist | 
| FleetIdMalformed | 
| FleetNotInDeletableState | 
| UnexpectedError | 
| Modifier and Type | Method and Description | 
|---|---|
| static DeleteFleetErrorCode | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static DeleteFleetErrorCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DeleteFleetErrorCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DeleteFleetErrorCode FleetIdDoesNotExist
public static final DeleteFleetErrorCode FleetIdMalformed
public static final DeleteFleetErrorCode FleetNotInDeletableState
public static final DeleteFleetErrorCode UnexpectedError
public static DeleteFleetErrorCode[] values()
for (DeleteFleetErrorCode c : DeleteFleetErrorCode.values()) System.out.println(c);
public static DeleteFleetErrorCode 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<DeleteFleetErrorCode>public static DeleteFleetErrorCode fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2021. All rights reserved.