Skip to main content

ListPendingApprovalsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.access_request_approvals.models.list_pending_approvals_v1429_response import ListPendingApprovalsV1429Response

list_pending_approvals_v1429_response = ListPendingApprovalsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]