Skip to main content

ListPrivilegeCriteriaV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.privilege_criteria.models.list_privilege_criteria_v1429_response import ListPrivilegeCriteriaV1429Response

list_privilege_criteria_v1429_response = ListPrivilegeCriteriaV1429Response(
message= Rate Limit Exceeded
)

[Back to top]