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

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

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

Overview

The execution status details of the cluster step.

Returned by:

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.

Returns:

  • (Types::FailureDetails)

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

#stateString

The execution state of the cluster step.

Possible values:

  • PENDING
  • CANCEL_PENDING
  • RUNNING
  • COMPLETED
  • CANCELLED
  • FAILED
  • INTERRUPTED

Returns:

  • (String)

    The execution state of the cluster step.

#state_change_reasonTypes::StepStateChangeReason

The reason for the step execution status change.

Returns:

#timelineTypes::StepTimeline

The timeline of the cluster step status over time.

Returns: