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.InternalServerExceptionS3Files.Client.exceptions.ResourceNotFoundExceptionS3Files.Client.exceptions.ThrottlingExceptionS3Files.Client.exceptions.ValidationExceptionS3Files.Client.exceptions.ConflictException