Class: Aws::Types::InternalException
- Inherits:
-
Object
- Object
- Aws::Types::InternalException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
635 636 637 |
# File 'sig/types.rbs', line 635 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
634 635 636 |
# File 'sig/types.rbs', line 634 def @message end |