Skip to main content

GetActiveCampaignsV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.certification_campaigns.models.get_active_campaigns_v1401_response import GetActiveCampaignsV1401Response

get_active_campaigns_v1401_response = GetActiveCampaignsV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]