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

Class: Aws::EMR::Types::ClusterStateChangeReason

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

Overview

The reason that the cluster changed to its current state.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmatic code for the state change reason.

Possible values:

  • INTERNAL_ERROR
  • VALIDATION_ERROR
  • INSTANCE_FAILURE
  • INSTANCE_FLEET_TIMEOUT
  • BOOTSTRAP_FAILURE
  • USER_REQUEST
  • STEP_FAILURE
  • ALL_STEPS_COMPLETED

Returns:

  • (String)

    The programmatic code for the state change reason.

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)

    The descriptive message for the state change reason.