Class: Aws::DirectoryService::Types::UnsupportedOperationException

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

Overview

The operation is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


4370
4371
4372
4373
4374
4375
# File 'lib/aws-sdk-directoryservice/types.rb', line 4370

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


4370
4371
4372
4373
4374
4375
# File 'lib/aws-sdk-directoryservice/types.rb', line 4370

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