Class: Aws::ServiceQuotas::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::TooManyTagsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
You’ve exceeded the number of tags allowed for a resource. For more information, see [Tag restrictions] in the *Service Quotas User Guide*.
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1782 1783 1784 1785 1786 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1782 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |