delete_cidr_collection
(**kwargs)¶Deletes a CIDR collection in the current Amazon Web Services account. The collection must be empty before it can be deleted.
See also: AWS API Documentation
Request Syntax
response = client.delete_cidr_collection(
Id='string'
)
[REQUIRED]
The UUID of the collection to delete.
{}
Response Structure
Exceptions
Route53.Client.exceptions.NoSuchCidrCollectionException
Route53.Client.exceptions.CidrCollectionInUseException
Route53.Client.exceptions.InvalidInput
Route53.Client.exceptions.ConcurrentModification