Class: Aws::Types::MockErrorOutput
- Inherits:
-
Object
- Object
- Aws::Types::MockErrorOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#error ⇒ ::String
Returns the value of attribute error.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
792 793 794 |
# File 'sig/types.rbs', line 792 def cause @cause end |
#error ⇒ ::String
Returns the value of attribute error.
791 792 793 |
# File 'sig/types.rbs', line 791 def error @error end |