Class: Aws::Types::ErrorDetails
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
736 737 738 |
# File 'sig/types.rbs', line 736 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
735 736 737 |
# File 'sig/types.rbs', line 735 def error_type @error_type end |