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

Class: Aws::RoboMaker::Types::CreateWorldExportJobResponse

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the world export 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 export job was created.

Returns:

  • (Time)

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

#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.

AllWorldGenerationFailed

All of the worlds in the world generation job failed. This can happen if your worldCount is greater than 50 or less than 1.

For more information about troubleshooting WorldForge, see Troubleshooting Simulation WorldForge.

Returns:

  • (String)

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

#iam_roleString

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

Returns:

  • (String)

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

#output_locationTypes::OutputLocation

The output location.

Returns:

#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 for more information.

Canceled

The world export job was cancelled.

Canceling

The world export job is being cancelled.

Possible values:

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

Returns:

  • (String)

    The status of the world export job.

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)

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