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