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