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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/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)


3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3300

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

#request_idString

The Amazon Web Services request identifier.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3300

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