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.DirectoryUnavailableException
DirectoryService.Client.exceptions.DirectoryDoesNotExistException
DirectoryService.Client.exceptions.CertificateDoesNotExistException
DirectoryService.Client.exceptions.CertificateInUseException
DirectoryService.Client.exceptions.UnsupportedOperationException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException