Class: Aws::SNS::Types::TagLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::TagLimitExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Can’t add more than 50 tags to a topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2926 2927 2928 2929 2930 |
# File 'lib/aws-sdk-sns/types.rb', line 2926 class TagLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |