Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
5844 5845 5846 |
# File 'sig/types.rbs', line 5844 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def reason @reason end |