S3Files / Client / delete_access_point

delete_access_point

S3Files.Client.delete_access_point(**kwargs)

Deletes an S3 File System Access Point. This operation is irreversible.

See also: AWS API Documentation

Request Syntax

response = client.delete_access_point(
    accessPointId='string'
)
Parameters:

accessPointId (string) –

[REQUIRED]

The ID or Amazon Resource Name (ARN) of the access point to delete.

Returns:

None

Exceptions

  • S3Files.Client.exceptions.InternalServerException

  • S3Files.Client.exceptions.ResourceNotFoundException

  • S3Files.Client.exceptions.ThrottlingException

  • S3Files.Client.exceptions.ValidationException

  • S3Files.Client.exceptions.ConflictException