Class: Aws::SSOAdmin::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/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
Instance Attribute Details
#message ⇒ String
561 562 563 564 565 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 561 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |