Amazon RoboMaker · JSON Structure

Amazon Robomaker Openapi Simulation Job Batch Status Structure

SimulationJobBatchStatus schema from openapi

Type: string Properties: 0
RoboticsSimulation

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

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-simulation-job-batch-status-structure.json",
  "description": "SimulationJobBatchStatus schema from openapi",
  "type": "string",
  "enum": [
    "Pending",
    "InProgress",
    "Failed",
    "Completed",
    "Canceled",
    "Canceling",
    "Completing",
    "TimingOut",
    "TimedOut"
  ],
  "name": "SimulationJobBatchStatus"
}