Class: Aws::Personalize::Types::TooManyTagsException

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

Overview

You have exceeded the maximum number of tags you can apply to this resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5523
5524
5525
5526
5527
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 5523

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