Class: Aws::DirectoryService::Types::DirectoryAlreadyInRegionException

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

Overview

The Region you specified is the same Region where the Managed Microsoft AD directory was created. Specify a different Region and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-directoryservice/types.rb', line 1861

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


1861
1862
1863
1864
1865
1866
# File 'lib/aws-sdk-directoryservice/types.rb', line 1861

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