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.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def arn @arn end |
#detail ⇒ ::String
Returns the value of attribute detail.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def detail @detail end |
#reason ⇒ ::String
Returns the value of attribute reason.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def reason @reason end |