Skip to main content

GetApprovalsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.approvals.models.get_approvals_v1429_response import GetApprovalsV1429Response

get_approvals_v1429_response = GetApprovalsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]