Class: Aws::DirectoryService::Types::DirectoryAlreadySharedException

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

Overview

The specified directory has already been shared with this Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-directoryservice/types.rb', line 1881

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-directoryservice/types.rb', line 1881

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