NAME
Paws::Robomaker::DescribeDeploymentJobResponse
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the deployment job.
CreatedAt => Str
The time, in milliseconds since the epoch, when the deployment job was created.
DeploymentApplicationConfigs => ArrayRef[Paws::Robomaker::DeploymentApplicationConfig]
The deployment application configuration.
DeploymentConfig => Paws::Robomaker::DeploymentConfig
The deployment configuration.
FailureCode => Str
The deployment job failure code.
Valid values are: "ResourceNotFound"
, "EnvironmentSetupError"
, "EtagMismatch"
, "FailureThresholdBreached"
, "RobotDeploymentAborted"
, "RobotDeploymentNoResponse"
, "RobotAgentConnectionTimeout"
, "GreengrassDeploymentFailed"
, "InvalidGreengrassGroup"
, "MissingRobotArchitecture"
, "MissingRobotApplicationArchitecture"
, "MissingRobotDeploymentResource"
, "GreengrassGroupVersionDoesNotExist"
, "LambdaDeleted"
, "ExtractingBundleFailure"
, "PreLaunchFileFailure"
, "PostLaunchFileFailure"
, "BadPermissionError"
, "DownloadConditionFailed"
, "BadLambdaAssociated"
, "InternalServerError"
, "RobotApplicationDoesNotExist"
, "DeploymentFleetDoesNotExist"
, "FleetDeploymentTimeout"
=head2 FailureReason => Str
A short description of the reason why the deployment job failed.
Fleet => Str
The Amazon Resource Name (ARN) of the fleet.
RobotDeploymentSummary => ArrayRef[Paws::Robomaker::RobotDeployment]
A list of robot deployment summaries.
Status => Str
The status of the deployment job.
Valid values are: "Pending"
, "Preparing"
, "InProgress"
, "Failed"
, "Succeeded"
, "Canceled"
=head2 Tags => Paws::Robomaker::TagMap
The list of all tags added to the specified deployment job.