ListBusinessApplicationsV1401Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| error | object | A message describing the error | [optional] |
| } |
Example
from sailpoint.business_applications.models.list_business_applications_v1401_response import ListBusinessApplicationsV1401Response
list_business_applications_v1401_response = ListBusinessApplicationsV1401Response(
error=JWT validation failed: JWT is expired
)