Class: Aws::KinesisAnalyticsV2::Types::OperationFailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::OperationFailureDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Provides a description of the operation failure
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_info ⇒ Types::ErrorInfo
Provides a description of the operation failure error.
-
#rollback_operation_id ⇒ String
Provides the operation ID of a system-rollback operation executed due to failure in the current operation.
Instance Attribute Details
#error_info ⇒ Types::ErrorInfo
Provides a description of the operation failure error
3732 3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3732 class OperationFailureDetails < Struct.new( :rollback_operation_id, :error_info) SENSITIVE = [] include Aws::Structure end |
#rollback_operation_id ⇒ String
Provides the operation ID of a system-rollback operation executed due to failure in the current operation
3732 3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3732 class OperationFailureDetails < Struct.new( :rollback_operation_id, :error_info) SENSITIVE = [] include Aws::Structure end |