Class: Aws::WorkMail::Types::DirectoryInUseException

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

Overview

The directory is already in use by another WorkMail organization in the same account and Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1927
1928
1929
1930
1931
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1927

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