Class: Aws::Comprehend::Types::TooManyTagKeysException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


8508
8509
8510
8511
8512
# File 'lib/aws-sdk-comprehend/types.rb', line 8508

class TooManyTagKeysException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end