Class: Aws::CognitoSync::Types::ResourceConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ResourceConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Thrown if an update can’t be applied because the resource was changed by another call and this would result in a conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by a ResourceConflictException.
Instance Attribute Details
#message ⇒ String
The message returned by a ResourceConflictException.
993 994 995 996 997 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 993 class ResourceConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |