S3Tables / Client / get_namespace
get_namespace#
- S3Tables.Client.get_namespace(**kwargs)#
- Gets details about a namespace. - See also: AWS API Documentation - Request Syntax- response = client.get_namespace( tableBucketARN='string', namespace='string' ) - Parameters:
- tableBucketARN (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the table bucket. 
- namespace (string) – - [REQUIRED] - The name of the namespace. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'namespace': [ 'string', ], 'createdAt': datetime(2015, 1, 1), 'createdBy': 'string', 'ownerAccountId': 'string' } - Response Structure- (dict) – - namespace (list) – - The name of the namespace. - (string) – 
 
- createdAt (datetime) – - The date and time the namespace was created at. 
- createdBy (string) – - The ID of the account that created the namespace. 
- ownerAccountId (string) – - The ID of the account that owns the namespcace. 
 
 
 - 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