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 (
ETagvalue) of the trust store you are deleting.
- Returns:
None
Exceptions
CloudFront.Client.exceptions.CannotDeleteEntityWhileInUseCloudFront.Client.exceptions.PreconditionFailedCloudFront.Client.exceptions.AccessDeniedCloudFront.Client.exceptions.EntityNotFoundCloudFront.Client.exceptions.InvalidArgumentCloudFront.Client.exceptions.InvalidIfMatchVersion