Skip to main content

GetPromptInsightsMetricsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.prompt_insights.models.get_prompt_insights_metrics_v1401_response import GetPromptInsightsMetricsV1401Response

get_prompt_insights_metrics_v1401_response = GetPromptInsightsMetricsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]