Class: Aws::DirectoryService::Types::EnableAlreadyInProgressException

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

Overview

An enable operation for CA enrollment policy is already in progress for this directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
# File 'lib/aws-sdk-directoryservice/types.rb', line 3227

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
# File 'lib/aws-sdk-directoryservice/types.rb', line 3227

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