Class: Aws::Types::SendDurableExecutionCallbackFailureRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDurableExecutionCallbackFailureRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
Instance Attribute Details
#callback_id ⇒ ::String
Returns the value of attribute callback_id.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def callback_id @callback_id end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def error @error end |