SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection
Rejection returned if supporting document cannot be updated because its supporting document collection status is not WaitingForDocument
type SupportingDocumentCollectionStatusDoesNotAllowUpdateRejection implements Rejection {
  message: String!
  supportingDocumentCollectionStatus: SupportingDocumentCollectionStatus!
  supportingDocumentCollection: SupportingDocumentCollection!
}