S3Tables / Client / delete_table_policy
delete_table_policy#
- S3Tables.Client.delete_table_policy(**kwargs)#
Deletes a table policy. For more information, see Deleting a table policy in the Amazon Simple Storage Service User Guide.
Permissions
You must have the
s3tables:DeleteTablePolicy
permission to use this operation.See also: AWS API Documentation
Request Syntax
response = client.delete_table_policy( tableBucketARN='string', namespace='string', name='string' )
- Parameters:
tableBucketARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket that contains the table.
namespace (string) –
[REQUIRED]
The namespace associated with the table.
name (string) –
[REQUIRED]
The table name.
- Returns:
None
Exceptions