Class: Aws::Types::StepStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_detailsTypes::FailureDetails

Returns the value of attribute failure_details.



1678
1679
1680
# File 'sig/types.rbs', line 1678

def failure_details
  @failure_details
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "CANCEL_PENDING", "RUNNING", "COMPLETED", "CANCELLED", "FAILED", "INTERRUPTED")


1676
1677
1678
# File 'sig/types.rbs', line 1676

def state
  @state
end

#state_change_reasonTypes::StepStateChangeReason

Returns the value of attribute state_change_reason.



1677
1678
1679
# File 'sig/types.rbs', line 1677

def state_change_reason
  @state_change_reason
end

#timelineTypes::StepTimeline

Returns the value of attribute timeline.

Returns:



1679
1680
1681
# File 'sig/types.rbs', line 1679

def timeline
  @timeline
end