Class: Aws::DirectoryService::Types::NoAvailableCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::NoAvailableCertificateException
- 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
-
#message ⇒ String
The descriptive message for the exception.
-
#request_id ⇒ String
The Amazon Web Services request identifier.
Instance Attribute Details
#message ⇒ String
The descriptive message for the exception.
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_id ⇒ String
The Amazon Web Services request identifier.
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 |