delete_cidr_collection

Route53.Client.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'
)
Parameters
Id (string) --

[REQUIRED]

The UUID of the collection to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • Route53.Client.exceptions.NoSuchCidrCollectionException
  • Route53.Client.exceptions.CidrCollectionInUseException
  • Route53.Client.exceptions.InvalidInput
  • Route53.Client.exceptions.ConcurrentModification