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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2649
2650
2651
2652
# File 'lib/aws-sdk-appmesh/types.rb', line 2649

class TooManyTagsException < Struct.new(
  :message)
  include Aws::Structure
end