Class: Aws::CognitoIdentityProvider::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown if two or more modifications are happening concurrently.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message provided when the concurrent exception is thrown.

Returns:

  • (String)


2392
2393
2394
2395
2396
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2392

class ConcurrentModificationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end