End of support notice: On September 10, 2025, AWS
will discontinue support for AWS RoboMaker. After September 10, 2025, you will
no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources.
For more information on transitioning to AWS Batch to help run containerized
simulations, visit this blog
post
WorldGenerationJobSummary
Information about a world generator job.
Contents
- arn
-
The Amazon Resource Name (ARN) of the world generator job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
- createdAt
-
The time, in milliseconds since the epoch, when the world generator job was created.
Type: Timestamp
Required: No
- failedWorldCount
-
The number of worlds that failed.
Type: Integer
Required: No
- status
-
The status of the world generator job:
- Pending
-
The world generator job request is pending.
- Running
-
The world generator job is running.
- Completed
-
The world generator job completed.
- Failed
-
The world generator job failed. See
failureCode
for more information. - PartialFailed
-
Some worlds did not generate.
- Canceled
-
The world generator job was cancelled.
- Canceling
-
The world generator job is being cancelled.
Type: String
Valid Values:
Pending | Running | Completed | Failed | PartialFailed | Canceling | Canceled
Required: No
- succeededWorldCount
-
The number of worlds that were generated.
Type: Integer
Required: No
- template
-
The Amazon Resource Name (arn) of the world template.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
- worldCount
-
Information about the world count.
Type: WorldCount object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: