Class: Aws::SNS::Types::ConcurrentAccessException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Can't perform multiple operations on a tag simultaneously. Perform the operations sequentially.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


158
159
160
161
162
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 158

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