Skip to main content

CreateRoleInsightRequestsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.role_insights.models.create_role_insight_requests_v1429_response import CreateRoleInsightRequestsV1429Response

create_role_insight_requests_v1429_response = CreateRoleInsightRequestsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]