Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Failed Create Simulation Job Request Structure

Information about a failed create simulation job request.

Type: object Properties: 4
RoboticsSimulation

FailedCreateSimulationJobRequest is a JSON Structure definition published by Amazon RoboMaker, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

request failureReason failureCode failedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-structure/amazon-robomaker-openapi-failed-create-simulation-job-request-structure.json",
  "description": "Information about a failed create simulation job request.",
  "type": "object",
  "properties": {
    "request": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationJobRequest"
        },
        {
          "description": "The simulation job request."
        }
      ]
    },
    "failureReason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenericString"
        },
        {
          "description": "The failure reason of the simulation job request."
        }
      ]
    },
    "failureCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SimulationJobErrorCode"
        },
        {
          "description": "The failure code."
        }
      ]
    },
    "failedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FailedAt"
        },
        {
          "description": "The time, in milliseconds since the epoch, when the simulation job batch failed."
        }
      ]
    }
  },
  "name": "FailedCreateSimulationJobRequest"
}