Class: Aws::Types::Failure
- Inherits:
-
Object
- Object
- Aws::Types::Failure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#detail ⇒ ::String
Returns the value of attribute detail.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def arn @arn end |
#detail ⇒ ::String
Returns the value of attribute detail.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def detail @detail end |
#reason ⇒ ::String
Returns the value of attribute reason.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def reason @reason end |