Class: Aws::RoboMaker::Types::DescribeSimulationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeSimulationJobResponse
- 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 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:.
-
#failure_reason ⇒ String
Details about why the simulation job failed.
-
#iam_role ⇒ String
The IAM role that allows the simulation instance 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 job duration in seconds.
-
#name ⇒ String
The name of the simulation job.
-
#network_interface ⇒ Types::NetworkInterface
The network interface information for the simulation job.
-
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
-
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
A list of robot applications.
-
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
A list of simulation applications.
-
#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 specified simulation job.
-
#vpc_config ⇒ Types::VPCConfigResponse
The VPC configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#compute ⇒ Types::ComputeResponse
Compute information for the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSource>
The data sources for the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#failure_behavior ⇒ String
The failure behavior for the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#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.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#iam_role ⇒ String
The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#last_started_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last started.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last updated.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#max_job_duration_in_seconds ⇒ Integer
The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#network_interface ⇒ Types::NetworkInterface
The network interface information for the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
A list of robot applications.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
A list of simulation applications.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#simulation_time_millis ⇒ Integer
The simulation job execution duration in milliseconds.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of all tags added to the specified simulation job.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::VPCConfigResponse
The VPC configuration.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2544 class DescribeSimulationJobResponse < Struct.new( :arn, :name, :status, :last_started_at, :last_updated_at, :failure_behavior, :failure_code, :failure_reason, :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :simulation_time_millis, :iam_role, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :network_interface, :compute) SENSITIVE = [] include Aws::Structure end |