Class: Aws::WorkMail::Types::EmailAddressInUseException

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

Overview

The email address that you're trying to assign is already created for a different user, group, or resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1965
1966
1967
1968
1969
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1965

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