Class: Aws::ACM::Types::TooManyTagsException

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

Overview

The request contains too many tags. Try the request again with fewer tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1550
1551
1552
1553
1554
# File 'lib/aws-sdk-acm/types.rb', line 1550

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