Class: Aws::Comprehend::Types::TooManyTagKeysException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::TooManyTagKeysException
- Includes:
- Structure
- Defined in:
- 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
8359 8360 8361 8362 8363 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8359 class TooManyTagKeysException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |