DirectoryService.Client.remove_ip_routes(**kwargs)¶Removes IP address blocks from a directory.
See also: AWS API Documentation
Request Syntax
response = client.remove_ip_routes(
DirectoryId='string',
CidrIps=[
'string',
]
)
[REQUIRED]
Identifier (ID) of the directory from which you want to remove the IP addresses.
[REQUIRED]
IP address blocks that you want to remove.
dict
Response Syntax
{}
Response Structure
Exceptions
DirectoryService.Client.exceptions.EntityDoesNotExistExceptionDirectoryService.Client.exceptions.InvalidParameterExceptionDirectoryService.Client.exceptions.DirectoryUnavailableExceptionDirectoryService.Client.exceptions.ClientExceptionDirectoryService.Client.exceptions.ServiceException