class Aws::RoboMaker::Types::DescribeWorldGenerationJobResponse

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the world generation job.
@return [String]

@!attribute [rw] status

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.
@return [String]

@!attribute [rw] created_at

The time, in milliseconds since the epoch, when the world generation
job was created.
@return [Time]

@!attribute [rw] failure_code

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.
@return [String]

@!attribute [rw] failure_reason

The reason why the world generation job failed.
@return [String]

@!attribute [rw] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.
@return [String]

@!attribute [rw] template

The Amazon Resource Name (arn) of the world template.
@return [String]

@!attribute [rw] world_count

Information about the world count.
@return [Types::WorldCount]

@!attribute [rw] finished_worlds_summary

Summary information about finished worlds.
@return [Types::FinishedWorldsSummary]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
world generation job.
@return [Hash<String,String>]

@!attribute [rw] world_tags

A map that contains tag keys and tag values that are attached to the
generated worlds.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJobResponse AWS API Documentation

Constants

SENSITIVE