Skip to main content

GetIdentityDecisionSummaryV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.certification_summaries.models.get_identity_decision_summary_v1429_response import GetIdentityDecisionSummaryV1429Response

get_identity_decision_summary_v1429_response = GetIdentityDecisionSummaryV1429Response(
message= Rate Limit Exceeded
)

[Back to top]