Class: Aws::Personalize::Types::TooManyTagKeysException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/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)


5381
5382
5383
5384
5385
# File 'lib/aws-sdk-personalize/types.rb', line 5381

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