Class: Aws::ServiceQuotas::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicequotas/types.rb

Overview

You’ve exceeded the number of tags allowed for a resource. For more information, see [Tag restrictions] in the *Service Quotas User Guide*.

[1]: docs.aws.amazon.com/servicequotas/latest/userguide/sq-tagging.html#sq-tagging-restrictions

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1782
1783
1784
1785
1786
# File 'lib/aws-sdk-servicequotas/types.rb', line 1782

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