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

Class: Aws::EMR::Types::InstanceGroupStateChangeReason

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

Overview

The status change reason details for the instance group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmable code for the state change reason.

Possible values:

  • INTERNAL_ERROR
  • VALIDATION_ERROR
  • INSTANCE_FAILURE
  • CLUSTER_TERMINATED

Returns:

  • (String)

    The programmable code for the state change reason.

#messageString

The status change reason description.

Returns:

  • (String)

    The status change reason description.