Class: Aws::Types::FailureConditions
- Inherits:
-
Object
- Object
- Aws::Types::FailureConditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
-
#result ⇒ "ROLLBACK", ...
Returns the value of attribute result.
-
#retry_configuration ⇒ Types::RetryConfiguration
Returns the value of attribute retry_configuration.
Instance Attribute Details
#conditions ⇒ ::Array[Types::Condition]
Returns the value of attribute conditions.
508 509 510 |
# File 'sig/types.rbs', line 508 def conditions @conditions end |
#result ⇒ "ROLLBACK", ...
Returns the value of attribute result.
506 507 508 |
# File 'sig/types.rbs', line 506 def result @result end |
#retry_configuration ⇒ Types::RetryConfiguration
Returns the value of attribute retry_configuration.
507 508 509 |
# File 'sig/types.rbs', line 507 def retry_configuration @retry_configuration end |