Class: Aws::Types::EventDetailsErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::EventDetailsErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_name ⇒ ::String
Returns the value of attribute error_name.
-
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
260 261 262 |
# File 'sig/types.rbs', line 260 def @error_message end |
#error_name ⇒ ::String
Returns the value of attribute error_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def error_name @error_name end |
#event_arn ⇒ ::String
Returns the value of attribute event_arn.
258 259 260 |
# File 'sig/types.rbs', line 258 def event_arn @event_arn end |