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)


5369
5370
5371
5372
5373
# File 'lib/aws-sdk-personalize/types.rb', line 5369

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