NAME
Paws::Robomaker::DescribeWorldGenerationJobResponse
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the world generation job.
ClientRequestToken => Str
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
CreatedAt => Str
The time, in milliseconds since the epoch, when the world generation job was created.
FailureCode => Str
The failure code of the world generation job if it failed:
- InternalServiceError
-
Internal service error.
- LimitExceeded
-
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
- ResourceNotFound
-
The specified resource could not be found.
- RequestThrottled
-
The request was throttled.
- InvalidInput
-
An input parameter in the request is not valid.
Valid values are: "InternalServiceError"
, "LimitExceeded"
, "ResourceNotFound"
, "RequestThrottled"
, "InvalidInput"
, "AllWorldGenerationFailed"
=head2 FailureReason => Str
The reason why the world generation job failed.
FinishedWorldsSummary => Paws::Robomaker::FinishedWorldsSummary
Summary information about finished worlds.
Status => Str
The status of the world generation job:
- Pending
-
The world generation job request is pending.
- Running
-
The world generation job is running.
- Completed
-
The world generation job completed.
- Failed
-
The world generation job failed. See
failureCode
for more information. - PartialFailed
-
Some worlds did not generate.
- Canceled
-
The world generation job was cancelled.
- Canceling
-
The world generation job is being cancelled.
Valid values are: "Pending"
, "Running"
, "Completed"
, "Failed"
, "PartialFailed"
, "Canceling"
, "Canceled"
=head2 Tags => Paws::Robomaker::TagMap
A map that contains tag keys and tag values that are attached to the world generation job.
Template => Str
The Amazon Resource Name (arn) of the world template.
WorldCount => Paws::Robomaker::WorldCount
Information about the world count.
WorldTags => Paws::Robomaker::TagMap
A map that contains tag keys and tag values that are attached to the generated worlds.