S3Tables / Client / get_table_metadata_location
get_table_metadata_location#
- S3Tables.Client.get_table_metadata_location(**kwargs)#
- Gets the location of the table metadata. - See also: AWS API Documentation - Request Syntax- response = client.get_table_metadata_location( tableBucketARN='string', namespace='string', name='string' ) - Parameters:
- tableBucketARN (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the table bucket. 
- namespace (string) – - [REQUIRED] - The namespace of the table. 
- name (string) – - [REQUIRED] - The name of the table. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'versionToken': 'string', 'metadataLocation': 'string', 'warehouseLocation': 'string' } - Response Structure- (dict) – - versionToken (string) – - The version token. 
- metadataLocation (string) – - The metadata location. 
- warehouseLocation (string) – - The warehouse location. 
 
 
 - 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