S3Tables / Client / create_table_bucket
create_table_bucket#
- S3Tables.Client.create_table_bucket(**kwargs)#
- Creates a table bucket. - See also: AWS API Documentation - Request Syntax- response = client.create_table_bucket( name='string' ) - Parameters:
- name (string) – - [REQUIRED] - The name for the table bucket. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'arn': 'string' } - Response Structure- (dict) – - arn (string) – - The Amazon Resource Name (ARN) of the table bucket. 
 
 
 - 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