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)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def callback_id
  @callback_id
end

#errorTypes::ErrorObject

Returns the value of attribute error.

Returns:



2004
2005
2006
# File 'sig/types.rbs', line 2004

def error
  @error
end