Class: Aws::Types::EventError
- Inherits:
-
Object
- Object
- Aws::Types::EventError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ Types::ErrorObject
Returns the value of attribute payload.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#payload ⇒ Types::ErrorObject
Returns the value of attribute payload.
692 693 694 |
# File 'sig/types.rbs', line 692 def payload @payload end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
693 694 695 |
# File 'sig/types.rbs', line 693 def truncated @truncated end |