Class: Aws::SecurityLake::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityLake::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securitylake/types.rb
Overview
Occurs when a conflict with a previous successful write is detected. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The resource name.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-securitylake/types.rb', line 144 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name.
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-securitylake/types.rb', line 144 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
144 145 146 147 148 149 150 |
# File 'lib/aws-sdk-securitylake/types.rb', line 144 class ConflictException < Struct.new( :message, :resource_name, :resource_type) SENSITIVE = [] include Aws::Structure end |