Class: Aws::RoboMaker::Types::CreateWorldGenerationJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

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_tokenString

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

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

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_atTime

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

Returns:

  • (Time)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

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_codeString

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.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

class CreateWorldGenerationJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

class CreateWorldGenerationJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

class CreateWorldGenerationJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

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

Returns:

  • (String)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

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_countTypes::WorldCount

Information about the world count.

Returns:



1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

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_tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
# File 'lib/aws-sdk-robomaker/types.rb', line 1425

class CreateWorldGenerationJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :client_request_token,
  :template,
  :world_count,
  :tags,
  :world_tags)
  SENSITIVE = []
  include Aws::Structure
end