Class: Aws::AppMesh::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4413
4414
4415
4416
4417
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 4413

class TooManyTagsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end