Skip to main content

ListIdentityProfilesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.identity_profiles.models.list_identity_profiles_v1429_response import ListIdentityProfilesV1429Response

list_identity_profiles_v1429_response = ListIdentityProfilesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]