Skip to main content

GetActiveCampaignsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.certification_campaigns.models.get_active_campaigns_v1429_response import GetActiveCampaignsV1429Response

get_active_campaigns_v1429_response = GetActiveCampaignsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]