S3Tables / Client / get_table_bucket_policy
get_table_bucket_policy#
- S3Tables.Client.get_table_bucket_policy(**kwargs)#
Gets details about a table bucket policy.
See also: AWS API Documentation
Request Syntax
response = client.get_table_bucket_policy( tableBucketARN='string' )
- Parameters:
tableBucketARN (string) –
[REQUIRED]
The Amazon Resource Number (ARN) of the table bucket.
- Return type:
dict
- Returns:
Response Syntax
{ 'resourcePolicy': 'string' }
Response Structure
(dict) –
resourcePolicy (string) –
The name of the resource policy.
Exceptions
S3Tables.Client.exceptions.InternalServerErrorException
S3Tables.Client.exceptions.ForbiddenException
S3Tables.Client.exceptions.NotFoundException
S3Tables.Client.exceptions.TooManyRequestsException
S3Tables.Client.exceptions.ConflictException
S3Tables.Client.exceptions.BadRequestException