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.
5840 5841 5842 |
# File 'sig/types.rbs', line 5840 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
5841 5842 5843 |
# File 'sig/types.rbs', line 5841 def reason @reason end |