Class: Aws::ServiceQuotas::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-servicequotas/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1580 1581 1582 1583 1584 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1580 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |