GetUploadStatusResponse constructor
      
      GetUploadStatusResponse({})
     
    
    
Implementation
GetUploadStatusResponse({
  required this.createdDate,
  required this.uploadId,
  required this.uploadStatus,
  this.failureReason,
  this.namespaceArn,
  this.namespaceName,
  this.namespaceVersion,
});