CloudFront / Client / delete_key_value_store

delete_key_value_store#

CloudFront.Client.delete_key_value_store(**kwargs)#

Specifies the key value store to delete.

See also: AWS API Documentation

Request Syntax

response = client.delete_key_value_store(
    Name='string',
    IfMatch='string'
)
Parameters:
  • Name (string) –

    [REQUIRED]

    The name of the key value store.

  • IfMatch (string) –

    [REQUIRED]

    The key value store to delete, if a match occurs.

Returns:

None

Exceptions

  • CloudFront.Client.exceptions.AccessDenied

  • CloudFront.Client.exceptions.InvalidIfMatchVersion

  • CloudFront.Client.exceptions.EntityNotFound

  • CloudFront.Client.exceptions.CannotDeleteEntityWhileInUse

  • CloudFront.Client.exceptions.PreconditionFailed

  • CloudFront.Client.exceptions.UnsupportedOperation