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