Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- 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 ⇒ "The inputs to this request are invalid.", ...
Returns the value of attribute error_type.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
393 394 395 |
# File 'sig/types.rbs', line 393 def @error_message end |
#error_type ⇒ "The inputs to this request are invalid.", ...
Returns the value of attribute error_type.
394 395 396 |
# File 'sig/types.rbs', line 394 def error_type @error_type end |