delete_conditional_forwarder
(**kwargs)¶Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
See also: AWS API Documentation
Request Syntax
response = client.delete_conditional_forwarder(
DirectoryId='string',
RemoteDomainName='string'
)
[REQUIRED]
The directory ID for which you are deleting the conditional forwarder.
[REQUIRED]
The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.
dict
Response Syntax
{}
Response Structure
(dict) --
The result of a DeleteConditionalForwarder request.
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistException
DirectoryService.Client.exceptions.DirectoryUnavailableException
DirectoryService.Client.exceptions.InvalidParameterException
DirectoryService.Client.exceptions.UnsupportedOperationException
DirectoryService.Client.exceptions.ClientException
DirectoryService.Client.exceptions.ServiceException