Class: Aws::DirectoryService::Types::UnsupportedSettingsException

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

Overview

The specified directory setting is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4389

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


4389
4390
4391
4392
4393
4394
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4389

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