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