Class: Aws::AppMesh::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
The request exceeds the maximum allowed number of tags allowed per resource. The current limit is 50 user tags per resource. You must reduce the number of tags in the request. None of the tags in this request were applied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6809 6810 6811 6812 6813 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6809 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |