Class: Aws::Comprehend::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8523
8524
8525
8526
8527
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8523

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