Class: Aws::IoTWireless::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The request was denied because the resource can't have any more tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_name ⇒ String
Name of the resource that exceeds maximum number of tags allowed.
Instance Attribute Details
#message ⇒ String
6280 6281 6282 6283 6284 6285 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6280 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
Name of the resource that exceeds maximum number of tags allowed.
6280 6281 6282 6283 6284 6285 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6280 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |