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

Class: Aws::EMR::Types::InstanceGroupStatus

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

Overview

The details of the instance group status.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the instance group.

Possible values:

  • PROVISIONING
  • BOOTSTRAPPING
  • RUNNING
  • RECONFIGURING
  • RESIZING
  • SUSPENDED
  • TERMINATING
  • TERMINATED
  • ARRESTED
  • SHUTTING_DOWN
  • ENDED

Returns:

  • (String)

    The current state of the instance group.

#state_change_reasonTypes::InstanceGroupStateChangeReason

The status change reason details for the instance group.

Returns:

#timelineTypes::InstanceGroupTimeline

The timeline of the instance group status over time.

Returns: