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.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def @message end |