class Aws::RoboMaker::Types::DescribeSimulationJobResponse
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the simulation job. @return [String]
@!attribute [rw] name
The name of the simulation job. @return [String]
@!attribute [rw] status
The status of the simulation job. @return [String]
@!attribute [rw] last_started_at
The time, in milliseconds since the epoch, when the simulation job was last started. @return [Time]
@!attribute [rw] last_updated_at
The time, in milliseconds since the epoch, when the simulation job was last updated. @return [Time]
@!attribute [rw] failure_behavior
The failure behavior for the simulation job. @return [String]
@!attribute [rw] failure_code
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. @return [String]
@!attribute [rw] failure_reason
Details about why the simulation job failed. For more information about troubleshooting, see [Troubleshooting][1]. [1]: https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting.html @return [String]
@!attribute [rw] client_request_token
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. @return [String]
@!attribute [rw] output_location
Location for output files generated by the simulation job. @return [Types::OutputLocation]
@!attribute [rw] logging_config
The logging configuration. @return [Types::LoggingConfig]
@!attribute [rw] max_job_duration_in_seconds
The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less. @return [Integer]
@!attribute [rw] simulation_time_millis
The simulation job execution duration in milliseconds. @return [Integer]
@!attribute [rw] iam_role
The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. @return [String]
@!attribute [rw] robot_applications
A list of robot applications. @return [Array<Types::RobotApplicationConfig>]
@!attribute [rw] simulation_applications
A list of simulation applications. @return [Array<Types::SimulationApplicationConfig>]
@!attribute [rw] data_sources
The data sources for the simulation job. @return [Array<Types::DataSource>]
@!attribute [rw] tags
The list of all tags added to the specified simulation job. @return [Hash<String,String>]
@!attribute [rw] vpc_config
The VPC configuration. @return [Types::VPCConfigResponse]
@!attribute [rw] network_interface
The network interface information for the simulation job. @return [Types::NetworkInterface]
@!attribute [rw] compute
Compute information for the simulation job. @return [Types::ComputeResponse]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJobResponse AWS API Documentation
Constants
- SENSITIVE