class Aws::RoboMaker::Types::CreateSimulationJobResponse

@!attribute [rw] arn

The Amazon Resource Name (ARN) 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] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
@return [String]

@!attribute [rw] output_location

Simulation job output files location.
@return [Types::OutputLocation]

@!attribute [rw] logging_config

The logging configuration.
@return [Types::LoggingConfig]

@!attribute [rw] max_job_duration_in_seconds

The maximum simulation job duration in seconds.
@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 job to call the AWS APIs
that are specified in its associated policies on your behalf.
@return [String]

@!attribute [rw] robot_applications

The robot application used by the simulation job.
@return [Array<Types::RobotApplicationConfig>]

@!attribute [rw] simulation_applications

The simulation application used by the simulation job.
@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 simulation job.
@return [Hash<String,String>]

@!attribute [rw] vpc_config

Information about the vpc configuration.
@return [Types::VPCConfigResponse]

@!attribute [rw] compute

Compute information for the simulation job.
@return [Types::ComputeResponse]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJobResponse AWS API Documentation

Constants

SENSITIVE