SupportingDocumentStatusNotAllowedRejection
Rejection returned if the status transition is not allowed
type SupportingDocumentStatusNotAllowedRejection implements Rejection {
oldStatus: SupportingDocumentStatus!
newStatus: SupportingDocumentStatus!
message: String!
}