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

Class: Aws::RoboMaker::Types::SyncDeploymentJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the synchronization request.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the synchronization request.

#created_atTime

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

Returns:

  • (Time)

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

#deployment_application_configsArray<Types::DeploymentApplicationConfig>

Information about the deployment application configurations.

Returns:

#deployment_configTypes::DeploymentConfig

Information about the deployment configuration.

Returns:

#failure_codeString

The failure code if the job fails:

InternalServiceError

Internal service error.

RobotApplicationCrash

Robot application exited abnormally.

SimulationApplicationCrash

Simulation application exited abnormally.

BadPermissionsRobotApplication

Robot application bundle could not be downloaded.

BadPermissionsSimulationApplication

Simulation application bundle could not be downloaded.

BadPermissionsS3Output

Unable to publish outputs to customer-provided S3 bucket.

BadPermissionsCloudwatchLogs

Unable to publish logs to customer-provided CloudWatch Logs resource.

SubnetIpLimitExceeded

Subnet IP limit exceeded.

ENILimitExceeded

ENI limit exceeded.

BadPermissionsUserCredentials

Unable to use the Role provided.

InvalidBundleRobotApplication

Robot bundle cannot be extracted (invalid format, bundling error, or other issue).

InvalidBundleSimulationApplication

Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).

RobotApplicationVersionMismatchedEtag

Etag for RobotApplication does not match value during version creation.

SimulationApplicationVersionMismatchedEtag

Etag for SimulationApplication does not match value during version creation.

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 failure code if the job fails:.

#failure_reasonString

The failure reason if the job fails.

Returns:

  • (String)

    The failure reason if the job fails.

#fleetString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#statusString

The status of the synchronization job.

Possible values:

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

Returns:

  • (String)

    The status of the synchronization job.