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