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.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def callback_id @callback_id end |
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def error @error end |