Learn R Programming

paws.end.user.computing (version 0.9.0)

workdocs_abort_document_version_upload: Aborts the upload of the specified document version that was previously initiated by InitiateDocumentVersionUpload

Description

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.

Usage

workdocs_abort_document_version_upload(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

DocumentId

[required] The ID of the document.

VersionId

[required] The ID of the version.