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
3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-sns/types.rb', line 3084 class TagLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |