Class: Aws::MPA::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::TooManyTagsException
- 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
-
#message ⇒ String
Message for the
TooManyTagsException
error. -
#resource_name ⇒ String
Name of the resource for the
TooManyTagsException
error.
Instance Attribute Details
#message ⇒ String
Message for the TooManyTagsException
error.
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_name ⇒ String
Name of the resource for the TooManyTagsException
error.
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 |