abort_document_version_upload
(**kwargs)¶Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload. The client should make this call only when it no longer intends to upload the document version, or fails to do so.
See also: AWS API Documentation
Request Syntax
response = client.abort_document_version_upload(
AuthenticationToken='string',
DocumentId='string',
VersionId='string'
)
[REQUIRED]
The ID of the document.
[REQUIRED]
The ID of the version.
None
Exceptions
WorkDocs.Client.exceptions.EntityNotExistsException
WorkDocs.Client.exceptions.ProhibitedStateException
WorkDocs.Client.exceptions.UnauthorizedOperationException
WorkDocs.Client.exceptions.UnauthorizedResourceAccessException
WorkDocs.Client.exceptions.FailedDependencyException
WorkDocs.Client.exceptions.ServiceUnavailableException
WorkDocs.Client.exceptions.ConcurrentModificationException