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)


5018
5019
5020
5021
5022
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5018

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