Class: Aws::Comprehend::Types::TooManyTagKeysException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TooManyTagKeysException
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
The request contains more tag keys than can be associated with a resource (50 tag keys per resource).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8508 8509 8510 8511 8512 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8508 class TooManyTagKeysException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |