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

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

Overview

The reason that the cluster changed to its current state.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The programmatic code for the state change reason.

Returns:

  • (String)


895
896
897
898
899
# File 'lib/aws-sdk-emr/types.rb', line 895

class ClusterStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

The descriptive message for the state change reason.

Returns:

  • (String)


895
896
897
898
899
# File 'lib/aws-sdk-emr/types.rb', line 895

class ClusterStateChangeReason < Struct.new(
  :code,
  :message)
  include Aws::Structure
end