@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DeploymentJobErrorCode extends Enum<DeploymentJobErrorCode>
Modifier and Type | Method and Description |
---|---|
static DeploymentJobErrorCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DeploymentJobErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentJobErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeploymentJobErrorCode ResourceNotFound
public static final DeploymentJobErrorCode EnvironmentSetupError
public static final DeploymentJobErrorCode EtagMismatch
public static final DeploymentJobErrorCode FailureThresholdBreached
public static final DeploymentJobErrorCode RobotDeploymentAborted
public static final DeploymentJobErrorCode RobotDeploymentNoResponse
public static final DeploymentJobErrorCode RobotAgentConnectionTimeout
public static final DeploymentJobErrorCode GreengrassDeploymentFailed
public static final DeploymentJobErrorCode InvalidGreengrassGroup
public static final DeploymentJobErrorCode MissingRobotArchitecture
public static final DeploymentJobErrorCode MissingRobotApplicationArchitecture
public static final DeploymentJobErrorCode MissingRobotDeploymentResource
public static final DeploymentJobErrorCode GreengrassGroupVersionDoesNotExist
public static final DeploymentJobErrorCode LambdaDeleted
public static final DeploymentJobErrorCode ExtractingBundleFailure
public static final DeploymentJobErrorCode PreLaunchFileFailure
public static final DeploymentJobErrorCode PostLaunchFileFailure
public static final DeploymentJobErrorCode BadPermissionError
public static final DeploymentJobErrorCode DownloadConditionFailed
public static final DeploymentJobErrorCode BadLambdaAssociated
public static final DeploymentJobErrorCode InternalServerError
public static final DeploymentJobErrorCode RobotApplicationDoesNotExist
public static final DeploymentJobErrorCode DeploymentFleetDoesNotExist
public static final DeploymentJobErrorCode FleetDeploymentTimeout
public static DeploymentJobErrorCode[] values()
for (DeploymentJobErrorCode c : DeploymentJobErrorCode.values()) System.out.println(c);
public static DeploymentJobErrorCode 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<DeploymentJobErrorCode>
public static DeploymentJobErrorCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.