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