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.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def error_type @error_type end |