Class: Aws::Types::InternalServerException
- Inherits:
-
Object
- Object
- Aws::Types::InternalServerException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def @message end |
#reason ⇒ ::String
Returns the value of attribute reason.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def reason @reason end |