Class: Aws::ServiceDiscovery::Types::TooManyTagsException

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

Overview

The list of tags on the resource is over the quota. The maximum number of tags that can be applied to a resource is 50.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3107

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

#resource_nameString

The name of the resource.

Returns:

  • (String)


3107
3108
3109
3110
3111
3112
# File 'lib/aws-sdk-servicediscovery/types.rb', line 3107

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