S3Tables / Client / delete_table_bucket

delete_table_bucket#

S3Tables.Client.delete_table_bucket(**kwargs)#

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

Permissions

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

See also: AWS API Documentation

Request Syntax

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

tableBucketARN (string) –

[REQUIRED]

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

Returns:

None

Exceptions