You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::DescribeWorldGenerationJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the world generation job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the world generation job.

#client_request_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)

    Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

#created_atTime

The time, in milliseconds since the epoch, when the world generation job was created.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the world generation job was created.

#failure_codeString

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.

Possible values:

  • InternalServiceError
  • LimitExceeded
  • ResourceNotFound
  • RequestThrottled
  • InvalidInput
  • AllWorldGenerationFailed

Returns:

  • (String)

    The failure code of the world generation job if it failed:.

#failure_reasonString

The reason why the world generation job failed.

Returns:

  • (String)

    The reason why the world generation job failed.

#finished_worlds_summaryTypes::FinishedWorldsSummary

Summary information about finished worlds.

Returns:

#statusString

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.

Possible values:

  • Pending
  • Running
  • Completed
  • Failed
  • PartialFailed
  • Canceling
  • Canceled

Returns:

  • (String)

    The status of the world generation job:.

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the world generation job.

Returns:

  • (Hash<String,String>)

    A map that contains tag keys and tag values that are attached to the world generation job.

#templateString

The Amazon Resource Name (arn) of the world template.

Returns:

  • (String)

    The Amazon Resource Name (arn) of the world template.

#world_countTypes::WorldCount

Information about the world count.

Returns:

#world_tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the generated worlds.

Returns:

  • (Hash<String,String>)

    A map that contains tag keys and tag values that are attached to the generated worlds.