Class: Aws::RolesAnywhere::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb
Overview
Too many tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1062 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |