CloudFront / Client / delete_field_level_encryption_profile
delete_field_level_encryption_profile#
- CloudFront.Client.delete_field_level_encryption_profile(**kwargs)#
Remove a field-level encryption profile.
See also: AWS API Documentation
Request Syntax
response = client.delete_field_level_encryption_profile( Id='string', IfMatch='string' )
- Parameters:
Id (string) –
[REQUIRED]
Request the ID of the profile you want to delete from CloudFront.
IfMatch (string) – The value of the
ETag
header that you received when retrieving the profile to delete. For example:E2QWRUHAPOMQZL
.
- Returns:
None
Exceptions
CloudFront.Client.exceptions.AccessDenied
CloudFront.Client.exceptions.InvalidIfMatchVersion
CloudFront.Client.exceptions.NoSuchFieldLevelEncryptionProfile
CloudFront.Client.exceptions.PreconditionFailed
CloudFront.Client.exceptions.FieldLevelEncryptionProfileInUse