You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::CreateSimulationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateSimulationJobResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#compute ⇒ Types::ComputeResponse
Compute information for the simulation job.
-
#data_sources ⇒ Array<Types::DataSource>
The data sources for the simulation job.
-
#failure_behavior ⇒ String
the failure behavior for the simulation job.
-
#failure_code ⇒ String
The failure code of the simulation job if it failed:.
-
#iam_role ⇒ String
The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.
-
#last_started_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last started.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last updated.
-
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
-
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds.
-
#output_location ⇒ Types::OutputLocation
Simulation job output files location.
-
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
The robot application used by the simulation job.
-
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
The simulation application used by the simulation job.
-
#simulation_time_millis ⇒ Integer
The simulation job execution duration in milliseconds.
-
#status ⇒ String
The status of the simulation job.
-
#tags ⇒ Hash<String,String>
The list of all tags added to the simulation job.
-
#vpc_config ⇒ Types::VPCConfigResponse
Information about the vpc configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
#compute ⇒ Types::ComputeResponse
Compute information for the simulation job.
#data_sources ⇒ Array<Types::DataSource>
The data sources for the simulation job.
#failure_behavior ⇒ String
the failure behavior for the simulation job.
Possible values:
- Fail
- Continue
#failure_code ⇒ String
The failure code of the simulation job if it failed:
- 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:
- InternalServiceError
- RobotApplicationCrash
- SimulationApplicationCrash
- BadPermissionsRobotApplication
- BadPermissionsSimulationApplication
- BadPermissionsS3Object
- BadPermissionsS3Output
- BadPermissionsCloudwatchLogs
- SubnetIpLimitExceeded
- ENILimitExceeded
- BadPermissionsUserCredentials
- InvalidBundleRobotApplication
- InvalidBundleSimulationApplication
- InvalidS3Resource
- LimitExceeded
- MismatchedEtag
- RobotApplicationVersionMismatchedEtag
- SimulationApplicationVersionMismatchedEtag
- ResourceNotFound
- RequestThrottled
- BatchTimedOut
- BatchCanceled
- InvalidInput
- WrongRegionS3Bucket
- WrongRegionS3Output
- WrongRegionRobotApplication
- WrongRegionSimulationApplication
#iam_role ⇒ String
The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.
#last_started_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last started.
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last updated.
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds.
#output_location ⇒ Types::OutputLocation
Simulation job output files location.
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
The robot application used by the simulation job.
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
The simulation application used by the simulation job.
#simulation_time_millis ⇒ Integer
The simulation job execution duration in milliseconds.
#status ⇒ String
The status of the simulation job.
Possible values:
- Pending
- Preparing
- Running
- Restarting
- Completed
- Failed
- RunningFailed
- Terminating
- Terminated
- Canceled
#tags ⇒ Hash<String,String>
The list of all tags added to the simulation job.
#vpc_config ⇒ Types::VPCConfigResponse
Information about the vpc configuration.