Skip to main content

ListNonEmployeeRecordsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.non_employee_lifecycle_management.models.list_non_employee_records_v1429_response import ListNonEmployeeRecordsV1429Response

list_non_employee_records_v1429_response = ListNonEmployeeRecordsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]