class Aws::RoboMaker::Types::CreateWorldGenerationJobResponse
@!attribute [rw] arn
The Amazon Resource Name (ARN) of the world generator job. @return [String]
@!attribute [rw] 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. @return [String]
@!attribute [rw] created_at
The time, in milliseconds since the epoch, when the world generator job was created. @return [Time]
@!attribute [rw] failure_code
The failure code of the world generator 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] 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] tags
A map that contains tag keys and tag values that are attached to the world generator 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/CreateWorldGenerationJobResponse AWS API Documentation
Constants
- SENSITIVE