Class: Aws::Types::ErrorDetails
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "AUTHORIZATION_ERROR", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "AUTHORIZATION_ERROR", ...
Returns the value of attribute code.
119 120 121 |
# File 'sig/types.rbs', line 119 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
120 121 122 |
# File 'sig/types.rbs', line 120 def @message end |