Class: Aws::ServiceDiscovery::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::TooManyTagsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a resource is 50.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The name of the resource.
Instance Attribute Details
#message ⇒ String
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3103 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3103 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |