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