Class: Aws::DirectoryService::Types::NoAvailableCertificateException

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

Overview

Client authentication setup could not be completed because at least one valid certificate must be registered in the system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The descriptive message for the exception.

Returns:

  • (String)


3364
3365
3366
3367
3368
3369
# File 'lib/aws-sdk-directoryservice/types.rb', line 3364

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


3364
3365
3366
3367
3368
3369
# File 'lib/aws-sdk-directoryservice/types.rb', line 3364

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