Class: Aws::Types::InternalServerException
- Inherits:
-
Object
- Object
- Aws::Types::InternalServerException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_type ⇒ ::String
Returns the value of attribute error_type.
158 159 160 |
# File 'sig/types.rbs', line 158 def error_type @error_type end |
#message ⇒ ::String
Returns the value of attribute message.
157 158 159 |
# File 'sig/types.rbs', line 157 def @message end |