S3Tables / Client / delete_table_bucket_policy

delete_table_bucket_policy#

S3Tables.Client.delete_table_bucket_policy(**kwargs)#

Deletes a table bucket policy. For more information, see Deleting a table bucket policy in the Amazon Simple Storage Service User Guide.

Permissions

You must have the s3tables:DeleteTableBucketPolicy permission to use this operation.

See also: AWS API Documentation

Request Syntax

response = client.delete_table_bucket_policy(
    tableBucketARN='string'
)
Parameters:

tableBucketARN (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the table bucket.

Returns:

None

Exceptions