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.
698 699 700 |
# File 'sig/types.rbs', line 698 def payload @payload end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
699 700 701 |
# File 'sig/types.rbs', line 699 def truncated @truncated end |