Class: Aws::Types::ErrorInformation
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "CLIENT_ERROR", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "CLIENT_ERROR", ...
Returns the value of attribute code.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def @message end |