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