Class: Aws::WorkMail::Types::TooManyTagsException

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

Overview

The resource can have up to 50 user-applied tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4627
4628
4629
4630
4631
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4627

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