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