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)


10815
10816
10817
# File 'sig/types.rbs', line 10815

def callback_token
  @callback_token
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


10817
10818
10819
# File 'sig/types.rbs', line 10817

def client_request_token
  @client_request_token
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


10816
10817
10818
# File 'sig/types.rbs', line 10816

def failure_reason
  @failure_reason
end