Skip to main content

GetRecommendationsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.iai_recommendations.models.get_recommendations_v1429_response import GetRecommendationsV1429Response

get_recommendations_v1429_response = GetRecommendationsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]