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

Class: Aws::EMR::Types::ClusterStatus

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

Overview

The detailed status of the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the cluster.

Possible values:

  • STARTING
  • BOOTSTRAPPING
  • RUNNING
  • WAITING
  • TERMINATING
  • TERMINATED
  • TERMINATED_WITH_ERRORS

Returns:

  • (String)

    The current state of the cluster.

#state_change_reasonTypes::ClusterStateChangeReason

The reason for the cluster status change.

Returns:

#timelineTypes::ClusterTimeline

A timeline that represents the status of a cluster over the lifetime of the cluster.

Returns:

  • (Types::ClusterTimeline)

    A timeline that represents the status of a cluster over the lifetime of the cluster.