Class: Aws::RoboMaker::Types::SyncDeploymentJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RoboMaker::Types::SyncDeploymentJobResponse
 
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
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.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the fleet was created.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#deployment_application_configs ⇒ Array<Types::DeploymentApplicationConfig>
Information about the deployment application configurations.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#deployment_config ⇒ Types::DeploymentConfig
Information about the deployment configuration.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#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. 
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#failure_reason ⇒ String
The failure reason if the job fails.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#fleet ⇒ String
The Amazon Resource Name (ARN) of the fleet.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the synchronization job.
| 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 | # File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5229 class SyncDeploymentJobResponse < Struct.new( :arn, :fleet, :status, :deployment_config, :deployment_application_configs, :failure_reason, :failure_code, :created_at) SENSITIVE = [] include Aws::Structure end |