Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#details ⇒ ::String
Returns the value of attribute details.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
84 85 86 |
# File 'sig/types.rbs', line 84 def cause @cause end |
#details ⇒ ::String
Returns the value of attribute details.
85 86 87 |
# File 'sig/types.rbs', line 85 def details @details end |