Skip to main content

GetSIMIntegrationV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.sim_integrations.models.get_sim_integration_v1429_response import GetSIMIntegrationV1429Response

get_sim_integration_v1429_response = GetSIMIntegrationV1429Response(
message= Rate Limit Exceeded
)

[Back to top]