Skip to main content

GetAccessRequestRecommendationsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.iai_access_request_recommendations.models.get_access_request_recommendations_v1429_response import GetAccessRequestRecommendationsV1429Response

get_access_request_recommendations_v1429_response = GetAccessRequestRecommendationsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]