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
- Struct
- Aws::RoboMaker::Types::SyncDeploymentJobResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the synchronization request. 
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time, in milliseconds since the epoch, when the fleet was created. 
- 
  
    
      #deployment_application_configs  ⇒ Array<Types::DeploymentApplicationConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the deployment application configurations. 
- 
  
    
      #deployment_config  ⇒ Types::DeploymentConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the deployment configuration. 
- 
  
    
      #failure_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The failure code if the job fails:. 
- 
  
    
      #failure_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The failure reason if the job fails. 
- 
  
    
      #fleet  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the fleet. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the synchronization job. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the synchronization request.
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
Information about the deployment application configurations.
#deployment_config ⇒ Types::DeploymentConfig
Information about the deployment configuration.
#failure_code ⇒ String
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
 
#failure_reason ⇒ String
The failure reason if the job fails.
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
#status ⇒ String
The status of the synchronization job.
Possible values:
- Pending
- Preparing
- InProgress
- Failed
- Succeeded
- Canceled