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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb

Overview

The detailed status of the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsArray<Types::ErrorDetail>

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.

Returns:



879
880
881
882
883
884
885
886
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 879

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the cluster.

Returns:

  • (String)


879
880
881
882
883
884
885
886
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 879

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#state_change_reasonTypes::ClusterStateChangeReason

The reason for the cluster status change.



879
880
881
882
883
884
885
886
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 879

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#timelineTypes::ClusterTimeline

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



879
880
881
882
883
884
885
886
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 879

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end