Skip to main content

GetServiceDeskIntegrationsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.service_desk_integration.models.get_service_desk_integrations_v1429_response import GetServiceDeskIntegrationsV1429Response

get_service_desk_integrations_v1429_response = GetServiceDeskIntegrationsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]