Skip to main content

ListSodPoliciesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.sod_policies.models.list_sod_policies_v1429_response import ListSodPoliciesV1429Response

list_sod_policies_v1429_response = ListSodPoliciesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]