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

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

Overview

The execution status details of the cluster step.

Constant Summary collapse

SENSITIVE =
[]

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.



6457
6458
6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6457

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

#stateString

The execution state of the cluster step.

Returns:

  • (String)


6457
6458
6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6457

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

#state_change_reasonTypes::StepStateChangeReason

The reason for the step execution status change.



6457
6458
6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6457

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

#timelineTypes::StepTimeline

The timeline of the cluster step status over time.

Returns:



6457
6458
6459
6460
6461
6462
6463
6464
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 6457

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