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

Class: Aws::EMR::Types::InstanceFleetStateChangeReason

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

Overview

Provides status change reason details for the instance fleet.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A code corresponding to the reason the state change occurred.

Possible values:

  • INTERNAL_ERROR
  • VALIDATION_ERROR
  • INSTANCE_FAILURE
  • CLUSTER_TERMINATED

Returns:

  • (String)

    A code corresponding to the reason the state change occurred.

#messageString

An explanatory message.

Returns:

  • (String)

    An explanatory message.