Skip to main content

ListIdentitiesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.identities.models.list_identities_v1429_response import ListIdentitiesV1429Response

list_identities_v1429_response = ListIdentitiesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]