S3Tables / Client / get_table_bucket
get_table_bucket#
- S3Tables.Client.get_table_bucket(**kwargs)#
Gets details on a table bucket.
See also: AWS API Documentation
Request Syntax
response = client.get_table_bucket( tableBucketARN='string' )
- Parameters:
tableBucketARN (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the table bucket.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'name': 'string', 'ownerAccountId': 'string', 'createdAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
arn (string) –
The Amazon Resource Name (ARN) of the table bucket.
name (string) –
The name of the table bucket
ownerAccountId (string) –
The ID of the account that owns the table bucket.
createdAt (datetime) –
The date and time the table bucket was created.
Exceptions
S3Tables.Client.exceptions.InternalServerErrorException
S3Tables.Client.exceptions.ForbiddenException
S3Tables.Client.exceptions.NotFoundException
S3Tables.Client.exceptions.AccessDeniedException
S3Tables.Client.exceptions.TooManyRequestsException
S3Tables.Client.exceptions.ConflictException
S3Tables.Client.exceptions.BadRequestException