Class: Aws::CognitoSync::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitosync/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

Instance Attribute Details

#messageString

The message returned by a ConcurrentModicationException.

Returns:

  • (String)


100
101
102
103
104
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 100

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