Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetUploadStatusResponse

Hierarchy

Properties

createdDate: undefined | Date

The date at which the upload was created.

failureReason?: string[]

The reason for an upload failure.

namespaceArn?: string

The ARN of the upload.

namespaceName?: string

The name of the upload's namespace.

namespaceVersion?: number

The version of the user's namespace. Defaults to the latest version of the user's namespace.

uploadId: undefined | string

The ID of the upload.

uploadStatus: undefined | string

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.