Class: Aws::DirectoryService::Types::DirectoryInDesiredStateException

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

Overview

The directory is already updated to desired update type settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 2162

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 2162

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