{ "$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-describe-simulation-job-response-schema.json", "title": "DescribeSimulationJobResponse", "description": "DescribeSimulationJobResponse schema from openapi", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the simulation job." } ] }, "name": { "allOf": [ { "$ref": "#/components/schemas/Name" }, { "description": "The name 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:

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.

" } ] }, "failureReason": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "Details about why the simulation job failed. For more information about troubleshooting, see Troubleshooting." } ] }, "clientRequestToken": { "allOf": [ { "$ref": "#/components/schemas/ClientRequestToken" }, { "description": "Unique, case-sensitive identifier that you provide to ensure the idempotency of the request." } ] }, "outputLocation": { "allOf": [ { "$ref": "#/components/schemas/OutputLocation" }, { "description": "Location for output files generated by the simulation job." } ] }, "loggingConfig": { "allOf": [ { "$ref": "#/components/schemas/LoggingConfig" }, { "description": "The logging configuration." } ] }, "maxJobDurationInSeconds": { "allOf": [ { "$ref": "#/components/schemas/JobDuration" }, { "description": "The maximum job duration in seconds. The value must be 8 days (691,200 seconds) or less." } ] }, "simulationTimeMillis": { "allOf": [ { "$ref": "#/components/schemas/SimulationTimeMillis" }, { "description": "The simulation job execution duration in milliseconds." } ] }, "iamRole": { "allOf": [ { "$ref": "#/components/schemas/IamRole" }, { "description": "The IAM role that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf." } ] }, "robotApplications": { "allOf": [ { "$ref": "#/components/schemas/RobotApplicationConfigs" }, { "description": "A list of robot applications." } ] }, "simulationApplications": { "allOf": [ { "$ref": "#/components/schemas/SimulationApplicationConfigs" }, { "description": "A list of simulation applications." } ] }, "dataSources": { "allOf": [ { "$ref": "#/components/schemas/DataSources" }, { "description": "The data sources for the simulation job." } ] }, "tags": { "allOf": [ { "$ref": "#/components/schemas/TagMap" }, { "description": "The list of all tags added to the specified simulation job." } ] }, "vpcConfig": { "allOf": [ { "$ref": "#/components/schemas/VPCConfigResponse" }, { "description": "The VPC configuration." } ] }, "networkInterface": { "allOf": [ { "$ref": "#/components/schemas/NetworkInterface" }, { "description": "The network interface information for the simulation job." } ] }, "compute": { "allOf": [ { "$ref": "#/components/schemas/ComputeResponse" }, { "description": "Compute information for the simulation job." } ] } } }