You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::DeploymentJob

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a deployment job.

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the deployment job.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the deployment job.

#created_at ⇒ Time

The time, in milliseconds since the epoch, when the deployment job was created.

Returns:

  • (Time) —

    The time, in milliseconds since the epoch, when the deployment job was created.

#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>

The deployment application configuration.

Returns:

#deployment_config ⇒ Types::DeploymentConfig

The deployment configuration.

Returns:

#failure_code ⇒ String

The deployment job failure code.

Possible values:

  • ResourceNotFound
  • EnvironmentSetupError
  • EtagMismatch
  • FailureThresholdBreached
  • RobotDeploymentAborted
  • RobotDeploymentNoResponse
  • RobotAgentConnectionTimeout
  • GreengrassDeploymentFailed
  • InvalidGreengrassGroup
  • MissingRobotArchitecture
  • MissingRobotApplicationArchitecture
  • MissingRobotDeploymentResource
  • GreengrassGroupVersionDoesNotExist
  • LambdaDeleted
  • ExtractingBundleFailure
  • PreLaunchFileFailure
  • PostLaunchFileFailure
  • BadPermissionError
  • DownloadConditionFailed
  • InternalServerError

Returns:

  • (String) —

    The deployment job failure code.

#failure_reason ⇒ String

A short description of the reason why the deployment job failed.

Returns:

  • (String) —

    A short description of the reason why the deployment job failed.

#fleet ⇒ String

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the fleet.

#status ⇒ String

The status of the deployment job.

Possible values:

  • Pending
  • Preparing
  • InProgress
  • Failed
  • Succeeded
  • Canceled

Returns:

  • (String) —

    The status of the deployment job.