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

Class: Aws::EMR::Types::StepExecutionStatusDetail

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

Overview

The execution state of a step.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the step.

Returns:

  • (Time)

    The creation date and time of the step.

#end_date_timeTime

The completion date and time of the step.

Returns:

  • (Time)

    The completion date and time of the step.

#last_state_change_reasonString

A description of the step\'s current state.

Returns:

  • (String)

    A description of the step\'s current state.

#start_date_timeTime

The start date and time of the step.

Returns:

  • (Time)

    The start date and time of the step.

#stateString

The state of the step.

Possible values:

  • PENDING
  • RUNNING
  • CONTINUE
  • COMPLETED
  • CANCELLED
  • FAILED
  • INTERRUPTED

Returns:

  • (String)

    The state of the step.