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

Class: Aws::RoboMaker::Types::WorldFailure

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

Overview

Information about a failed world.

Instance Attribute Summary collapse

Instance Attribute Details

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

Possible values:

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

Returns:

  • (String)

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

#failure_countInteger

The number of failed worlds.

Returns:

  • (Integer)

    The number of failed worlds.

#sample_failure_reasonString

The sample reason why the world failed. World errors are aggregated. A sample is used as the sampleFailureReason.

Returns:

  • (String)

    The sample reason why the world failed.