Class: Aws::Translate::Types::TooManyTagsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-translate/types.rb

Overview

You have added too many tags to this resource. The maximum is 50 tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-translate/types.rb', line 1688

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

#resource_arnString

Returns:

  • (String)


1688
1689
1690
1691
1692
1693
# File 'lib/aws-sdk-translate/types.rb', line 1688

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