Class: Aws::CognitoIdentity::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/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 ConcurrentModificationException.
Instance Attribute Details
#message ⇒ String
The message returned by a ConcurrentModificationException.
56 57 58 59 60 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 56 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |