Class: Aws::RoboMaker::Types::CreateWorldGenerationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateWorldGenerationJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the world generator job.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world generator job was created.
-
#failure_code ⇒ String
The failure code of the world generator job if it failed:.
-
#status ⇒ String
The status of the world generator job.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world generator job.
-
#template ⇒ String
The Amazon Resource Name (arn) of the world template.
-
#world_count ⇒ Types::WorldCount
Information about the world count.
-
#world_tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the generated worlds.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world generator job.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world generator job was created.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
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.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world generator job.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#template ⇒ String
The Amazon Resource Name (arn) of the world template.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#world_count ⇒ Types::WorldCount
Information about the world count.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |
#world_tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the generated worlds.
1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1421 class CreateWorldGenerationJobResponse < Struct.new( :arn, :status, :created_at, :failure_code, :client_request_token, :template, :world_count, :tags, :world_tags) SENSITIVE = [] include Aws::Structure end |