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

Class: Aws::EMR::Types::JobFlowExecutionStatusDetail

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

Overview

Describes the status of the cluster (job flow).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The creation date and time of the job flow.

Returns:

  • (Time)

    The creation date and time of the job flow.

#end_date_timeTime

The completion date and time of the job flow.

Returns:

  • (Time)

    The completion date and time of the job flow.

#last_state_change_reasonString

Description of the job flow last changed state.

Returns:

  • (String)

    Description of the job flow last changed state.

#ready_date_timeTime

The date and time when the job flow was ready to start running bootstrap actions.

Returns:

  • (Time)

    The date and time when the job flow was ready to start running bootstrap actions.

#start_date_timeTime

The start date and time of the job flow.

Returns:

  • (Time)

    The start date and time of the job flow.

#stateString

The state of the job flow.

Possible values:

  • STARTING
  • BOOTSTRAPPING
  • RUNNING
  • WAITING
  • SHUTTING_DOWN
  • TERMINATED
  • COMPLETED
  • FAILED

Returns:

  • (String)

    The state of the job flow.