You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::FailedCreateSimulationJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a failed create simulation job request.

Instance Attribute Summary collapse

Instance Attribute Details

#failed_atTime

The time, in milliseconds since the epoch, when the simulation job batch failed.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the simulation job batch failed.

#failure_codeString

The failure code.

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.

#failure_reasonString

The failure reason of the simulation job request.

Returns:

  • (String)

    The failure reason of the simulation job request.

#requestTypes::SimulationJobRequest

The simulation job request.

Returns: