GetUploadStatusResponse

public struct GetUploadStatusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date at which the upload was created.

    Declaration

    Swift

    public let createdDate: TimeStamp
  • The reason for an upload failure.

    Declaration

    Swift

    public let failureReason: [String]?
  • The ARN of the upload.

    Declaration

    Swift

    public let namespaceArn: String?
  • The name of the upload’s namespace.

    Declaration

    Swift

    public let namespaceName: String?
  • The version of the user’s namespace. Defaults to the latest version of the user’s namespace.

    Declaration

    Swift

    public let namespaceVersion: Int64?
  • The ID of the upload.

    Declaration

    Swift

    public let uploadId: String
  • The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

    Declaration

    Swift

    public let uploadStatus: UploadStatus
  • Undocumented

    Declaration

    Swift

    public init(createdDate: TimeStamp, failureReason: [String]? = nil, namespaceArn: String? = nil, namespaceName: String? = nil, namespaceVersion: Int64? = nil, uploadId: String, uploadStatus: UploadStatus)