S3Tables / Client / delete_namespace

delete_namespace#

S3Tables.Client.delete_namespace(**kwargs)#

Deletes a namespace.

See also: AWS API Documentation

Request Syntax

response = client.delete_namespace(
    tableBucketARN='string',
    namespace='string'
)
Parameters:
  • tableBucketARN (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the table bucket associated with the namespace.

  • namespace (string) –

    [REQUIRED]

    The name of the namespace.

Returns:

None

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