Class: Aws::Types::OperationFailureDetails
- Inherits:
-
Object
- Object
- Aws::Types::OperationFailureDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#rollback_operation_id ⇒ ::String
Returns the value of attribute rollback_operation_id.
Instance Attribute Details
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
957 958 959 |
# File 'sig/types.rbs', line 957 def error_info @error_info end |
#rollback_operation_id ⇒ ::String
Returns the value of attribute rollback_operation_id.
956 957 958 |
# File 'sig/types.rbs', line 956 def rollback_operation_id @rollback_operation_id end |