Class: Aws::DirectoryService::Types::CertificateInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CertificateInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.
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.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 368 class CertificateInUseException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
368 369 370 371 372 373 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 368 class CertificateInUseException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |