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

Class: Aws::RoboMaker::Types::RobotDeployment

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

Overview

Information about a robot deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The robot deployment Amazon Resource Name (ARN).

Returns:

  • (String)

    The robot deployment Amazon Resource Name (ARN).

#deployment_finish_timeTime

The time, in milliseconds since the epoch, when the deployment finished.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the deployment finished.

#deployment_start_timeTime

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

Returns:

  • (Time)

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

#failure_codeString

The robot deployment 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 robot deployment failure code.

#failure_reasonString

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

Returns:

  • (String)

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

#progress_detailTypes::ProgressDetail

Information about how the deployment is progressing.

Returns:

#statusString

The status of the robot deployment.

Possible values:

  • Available
  • Registered
  • PendingNewDeployment
  • Deploying
  • Failed
  • InSync
  • NoResponse

Returns:

  • (String)

    The status of the robot deployment.