DirectoryService.Client.deregister_certificate(**kwargs)¶Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
See also: AWS API Documentation
Request Syntax
response = client.deregister_certificate(
DirectoryId='string',
CertificateId='string'
)
[REQUIRED]
The identifier of the directory.
[REQUIRED]
The identifier of the certificate.
dict
Response Syntax
{}
Response Structure
Exceptions
DirectoryService.Client.exceptions.DirectoryUnavailableExceptionDirectoryService.Client.exceptions.DirectoryDoesNotExistExceptionDirectoryService.Client.exceptions.CertificateDoesNotExistExceptionDirectoryService.Client.exceptions.CertificateInUseExceptionDirectoryService.Client.exceptions.UnsupportedOperationExceptionDirectoryService.Client.exceptions.InvalidParameterExceptionDirectoryService.Client.exceptions.ClientExceptionDirectoryService.Client.exceptions.ServiceException