{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-robomaker/refs/heads/main/json-schema/amazon-robomaker-openapi-create-simulation-job-response-schema.json", "title": "CreateSimulationJobResponse", "description": "CreateSimulationJobResponse schema from openapi", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the simulation job." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/SimulationJobStatus" }, { "description": "The status of the simulation job." } ] }, "lastStartedAt": { "allOf": [ { "$ref": "#/components/schemas/LastStartedAt" }, { "description": "The time, in milliseconds since the epoch, when the simulation job was last started." } ] }, "lastUpdatedAt": { "allOf": [ { "$ref": "#/components/schemas/LastUpdatedAt" }, { "description": "The time, in milliseconds since the epoch, when the simulation job was last updated." } ] }, "failureBehavior": { "allOf": [ { "$ref": "#/components/schemas/FailureBehavior" }, { "description": "the failure behavior for the simulation job." } ] }, "failureCode": { "allOf": [ { "$ref": "#/components/schemas/SimulationJobErrorCode" }, { "description": "
The failure code of the simulation job if it failed:
Internal service error.
Robot application exited abnormally.
Simulation application exited abnormally.
Robot application bundle could not be downloaded.
Simulation application bundle could not be downloaded.
Unable to publish outputs to customer-provided S3 bucket.
Unable to publish logs to customer-provided CloudWatch Logs resource.
Subnet IP limit exceeded.
ENI limit exceeded.
Unable to use the Role provided.
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
Etag for RobotApplication does not match value during version creation.
Etag for SimulationApplication does not match value during version creation.