Skip to main content

GetRecommendationsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.iai_recommendations.models.get_recommendations_v1401_response import GetRecommendationsV1401Response

get_recommendations_v1401_response = GetRecommendationsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]