Aborts the upload of the specified document version that was previously initiated by initiate_document_version_upload
. The client should make this call only when it no longer intends to upload the document version, or fails to do so.
See https://www.paws-r-sdk.com/docs/workdocs_abort_document_version_upload/ for full documentation.
workdocs_abort_document_version_upload(
AuthenticationToken = NULL,
DocumentId,
VersionId
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document.
[required] The ID of the version.