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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the simulation job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the simulation job.

#client_request_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

#computeTypes::ComputeResponse

Compute information for the simulation job.

Returns:

#data_sourcesArray<Types::DataSource>

The data sources for the simulation job.

Returns:

#failure_behaviorString

the failure behavior for the simulation job.

Possible values:

  • Fail
  • Continue

Returns:

  • (String)

    the failure behavior for the simulation job.

#failure_codeString

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

Returns:

  • (String)

    The failure code of the simulation job if it failed:.

#iam_roleString

The IAM role that allows the simulation job to call the AWS APIs that are specified in its associated policies on your behalf.

Returns:

  • (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_atTime

The time, in milliseconds since the epoch, when the simulation job was last started.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the simulation job was last started.

#last_updated_atTime

The time, in milliseconds since the epoch, when the simulation job was last updated.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the simulation job was last updated.

#logging_configTypes::LoggingConfig

The logging configuration.

Returns:

#max_job_duration_in_secondsInteger

The maximum simulation job duration in seconds.

Returns:

  • (Integer)

    The maximum simulation job duration in seconds.

#output_locationTypes::OutputLocation

Simulation job output files location.

Returns:

#robot_applicationsArray<Types::RobotApplicationConfig>

The robot application used by the simulation job.

Returns:

#simulation_applicationsArray<Types::SimulationApplicationConfig>

The simulation application used by the simulation job.

Returns:

#simulation_time_millisInteger

The simulation job execution duration in milliseconds.

Returns:

  • (Integer)

    The simulation job execution duration in milliseconds.

#statusString

The status of the simulation job.

Possible values:

  • Pending
  • Preparing
  • Running
  • Restarting
  • Completed
  • Failed
  • RunningFailed
  • Terminating
  • Terminated
  • Canceled

Returns:

  • (String)

    The status of the simulation job.

#tagsHash<String,String>

The list of all tags added to the simulation job.

Returns:

  • (Hash<String,String>)

    The list of all tags added to the simulation job.

#vpc_configTypes::VPCConfigResponse

Information about the vpc configuration.

Returns: