S3Files / Client / delete_mount_target
delete_mount_target¶
- S3Files.Client.delete_mount_target(**kwargs)¶
Deletes the specified mount target. This operation is irreversible.
See also: AWS API Documentation
Request Syntax
response = client.delete_mount_target( mountTargetId='string' )
- Parameters:
mountTargetId (string) –
[REQUIRED]
The ID of the mount target to delete.
- Returns:
None
Exceptions
S3Files.Client.exceptions.InternalServerExceptionS3Files.Client.exceptions.ResourceNotFoundExceptionS3Files.Client.exceptions.ThrottlingExceptionS3Files.Client.exceptions.ValidationExceptionS3Files.Client.exceptions.ConflictException