Class: Aws::SNS::Types::ConcurrentAccessException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ConcurrentAccessException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
158 159 160 161 162 |
# File 'lib/aws-sdk-sns/types.rb', line 158 class ConcurrentAccessException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |