Class: Aws::WorkSpacesWeb::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
There are too many tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_name ⇒ String
Name of the resource affected.
Instance Attribute Details
#message ⇒ String
3177 3178 3179 3180 3181 3182 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3177 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
Name of the resource affected.
3177 3178 3179 3180 3181 3182 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3177 class TooManyTagsException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |