Class: Aws::Types::CancelPipelineExecutionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"NOT_STARTED", ...

Returns the value of attribute state.

Returns:

  • ("NOT_STARTED", "RUNNING", "SUCCEEDED", "FAILED", "CANCELLING", "CANCELLED")


654
655
656
# File 'sig/types.rbs', line 654

def state
  @state
end