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
6854 6855 6856 6857 6858 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 6854 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |