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

#arnString

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

Returns:

  • (String)

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

#created_atTime

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_configsArray<Types::DeploymentApplicationConfig>

The deployment application configuration.

Returns:

#deployment_configTypes::DeploymentConfig

The deployment configuration.

Returns:

#failure_codeString

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_reasonString

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

Returns:

  • (String)

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

#fleetString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#statusString

The status of the deployment job.

Possible values:

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

Returns:

  • (String)

    The status of the deployment job.