S3Tables / Client / delete_table_bucket_encryption
delete_table_bucket_encryption¶
- S3Tables.Client.delete_table_bucket_encryption(**kwargs)¶
Deletes the encryption configuration for a table bucket.
Permissions
You must have the
s3tables:DeleteTableBucketEncryptionpermission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_table_bucket_encryption( tableBucketARN='string' )
- Parameters:
tableBucketARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
- Returns:
None
Exceptions
S3Tables.Client.exceptions.InternalServerErrorExceptionS3Tables.Client.exceptions.ForbiddenExceptionS3Tables.Client.exceptions.NotFoundExceptionS3Tables.Client.exceptions.TooManyRequestsExceptionS3Tables.Client.exceptions.ConflictExceptionS3Tables.Client.exceptions.BadRequestException