Class: Aws::EMR::Types::StepStatus

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

Overview

The execution status details of the cluster step.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_detailsTypes::FailureDetails

The details for the step failure including reason, message, and log file path where the root cause was identified.



5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-emr/types.rb', line 5031

class StepStatus < Struct.new(
  :state,
  :state_change_reason,
  :failure_details,
  :timeline)
  include Aws::Structure
end

#stateString

The execution state of the cluster step.



5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-emr/types.rb', line 5031

class StepStatus < Struct.new(
  :state,
  :state_change_reason,
  :failure_details,
  :timeline)
  include Aws::Structure
end

#state_change_reasonTypes::StepStateChangeReason

The reason for the step execution status change.



5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-emr/types.rb', line 5031

class StepStatus < Struct.new(
  :state,
  :state_change_reason,
  :failure_details,
  :timeline)
  include Aws::Structure
end

#timelineTypes::StepTimeline

The timeline of the cluster step status over time.



5031
5032
5033
5034
5035
5036
5037
# File 'lib/aws-sdk-emr/types.rb', line 5031

class StepStatus < Struct.new(
  :state,
  :state_change_reason,
  :failure_details,
  :timeline)
  include Aws::Structure
end