Class: Aws::CloudDirectory::Types::RetryableConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::RetryableConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. 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
Instance Attribute Details
#message ⇒ String
4853 4854 4855 4856 4857 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4853 class RetryableConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |