Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_string ⇒ ::String
Returns the value of attribute error_string.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
696 697 698 |
# File 'sig/types.rbs', line 696 def error_code @error_code end |
#error_string ⇒ ::String
Returns the value of attribute error_string.
697 698 699 |
# File 'sig/types.rbs', line 697 def error_string @error_string end |