Class: Aws::Types::SendDurableExecutionCallbackFailureRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#callback_id::String

Returns the value of attribute callback_id.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def callback_id
  @callback_id
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def error
  @error
end