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 ( ETag value) of the connection function you are deleting.

Returns:

None

Exceptions

  • CloudFront.Client.exceptions.CannotDeleteEntityWhileInUse

  • CloudFront.Client.exceptions.PreconditionFailed

  • CloudFront.Client.exceptions.AccessDenied

  • CloudFront.Client.exceptions.EntityNotFound

  • CloudFront.Client.exceptions.UnsupportedOperation

  • CloudFront.Client.exceptions.InvalidArgument

  • CloudFront.Client.exceptions.InvalidIfMatchVersion