CloudFront / Client / delete_connection_function
delete_connection_function¶
- CloudFront.Client.delete_connection_function(**kwargs)¶
Deletes a connection function.
See also: AWS API Documentation
Request Syntax
response = client.delete_connection_function( Id='string', IfMatch='string' )
- Parameters:
Id (string) –
[REQUIRED]
The connection function’s ID.
IfMatch (string) –
[REQUIRED]
The current version (
ETagvalue) of the connection function you are deleting.
- Returns:
None
Exceptions
CloudFront.Client.exceptions.CannotDeleteEntityWhileInUseCloudFront.Client.exceptions.PreconditionFailedCloudFront.Client.exceptions.AccessDeniedCloudFront.Client.exceptions.EntityNotFoundCloudFront.Client.exceptions.UnsupportedOperationCloudFront.Client.exceptions.InvalidArgumentCloudFront.Client.exceptions.InvalidIfMatchVersion