Class: Aws::Evs::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
TooManyTagsException
is deprecated. See
ServiceQuotaExceededException
instead.
A service resource associated with the request has more than 200 tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
1256 1257 1258 1259 1260 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1256 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |