{ "$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-world-generation-job-response-schema.json", "title": "DescribeWorldGenerationJobResponse", "description": "DescribeWorldGenerationJobResponse schema from openapi", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the world generation job." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/WorldGenerationJobStatus" }, { "description": "
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.