Skip to main content

ListIdentityCertificationsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.certifications.models.list_identity_certifications_v1429_response import ListIdentityCertificationsV1429Response

list_identity_certifications_v1429_response = ListIdentityCertificationsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]