Class: Aws::CognitoSync::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Thrown if there are parallel requests to modify a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by a ConcurrentModicationException.
Instance Attribute Details
#message ⇒ String
The message returned by a ConcurrentModicationException.
100 101 102 103 104 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 100 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |