Class: Aws::RoboMaker::Types::DescribeWorldExportJobResponse

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 export job.

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :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)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failure_codeString

The failure code of the world export 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)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason why the world export job failed.

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roleString

The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::OutputLocation

The output location.



2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the world export job.

Pending

: The world export job request is pending.

Running

: The world export job is running.

Completed

: The world export job completed.

Failed

: The world export job failed. See ‘failureCode` and `failureReason`

for more information.

Canceled

: The world export job was cancelled.

Canceling

: The world export job is being cancelled.

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#worldsArray<String>

A list of Amazon Resource Names (arns) that correspond to worlds to be exported.

Returns:

  • (Array<String>)


2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
# File 'lib/aws-sdk-robomaker/types.rb', line 2681

class DescribeWorldExportJobResponse < Struct.new(
  :arn,
  :status,
  :created_at,
  :failure_code,
  :failure_reason,
  :client_request_token,
  :worlds,
  :output_location,
  :iam_role,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end