DescribeResourceExceptions: {
    AccessDeniedException?: typeof ProductServiceException;
    ResourceNotFoundException: typeof ProductServiceException;
    ResourceUnderChangeException: typeof ProductServiceException;
    ServiceException?: typeof ProductServiceExceptionWithCause;
}

Type declaration

  • Optional AccessDeniedException?: typeof ProductServiceException
  • ResourceNotFoundException: typeof ProductServiceException
  • ResourceUnderChangeException: typeof ProductServiceException
  • Optional ServiceException?: typeof ProductServiceExceptionWithCause