Class: Aws::Types::SendPipelineExecutionStepFailureRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#callback_token::String

Returns the value of attribute callback_token.

Returns:

  • (::String)


10822
10823
10824
# File 'sig/types.rbs', line 10822

def callback_token
  @callback_token
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


10824
10825
10826
# File 'sig/types.rbs', line 10824

def client_request_token
  @client_request_token
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


10823
10824
10825
# File 'sig/types.rbs', line 10823

def failure_reason
  @failure_reason
end