Skip to main content

GetIdentityIntelligenceV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.intelligence.models.get_identity_intelligence_v1429_response import GetIdentityIntelligenceV1429Response

get_identity_intelligence_v1429_response = GetIdentityIntelligenceV1429Response(
message= Rate Limit Exceeded
)

[Back to top]