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
WorldExportJobSummary
Information about a world export job.
Contents
- arn
-
The Amazon Resource Name (ARN) of the world export 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 export job was created.
Type: Timestamp
Required: No
- outputLocation
-
The output location.
Type: OutputLocation object
Required: No
- status
-
The status of the world export job.
- Pending
-
The world export job request is pending.
- Running
-
The world export job is running.
- Completed
-
The world export job completed.
- Failed
-
The world export job failed. See
failureCode
for more information. - Canceled
-
The world export job was cancelled.
- Canceling
-
The world export job is being cancelled.
Type: String
Valid Values:
Pending | Running | Completed | Failed | Canceling | Canceled
Required: No
- worlds
-
A list of worlds.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 100 items.
Length Constraints: Minimum length of 1. Maximum length of 1224.
Pattern:
arn:.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: