Skip to main content

GetPromptInsightsMetricsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.prompt_insights.models.get_prompt_insights_metrics_v1429_response import GetPromptInsightsMetricsV1429Response

get_prompt_insights_metrics_v1429_response = GetPromptInsightsMetricsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]