CloudFront / Client / delete_trust_store

delete_trust_store

CloudFront.Client.delete_trust_store(**kwargs)

Deletes a trust store.

See also: AWS API Documentation

Request Syntax

response = client.delete_trust_store(
    Id='string',
    IfMatch='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The trust store’s ID.

  • IfMatch (string) –

    [REQUIRED]

    The current version ( ETag value) of the trust store 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.InvalidArgument

  • CloudFront.Client.exceptions.InvalidIfMatchVersion