Class: Aws::MPA::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

The request exceeds the maximum number of tags allowed for this resource. Remove some tags, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message for the TooManyTagsException error.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 2064

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

#resource_nameString

Name of the resource for the TooManyTagsException error.

Returns:

  • (String)


2064
2065
2066
2067
2068
2069
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 2064

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