Skip to main content

GetConnectorV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.connectors.models.get_connector_v1429_response import GetConnectorV1429Response

get_connector_v1429_response = GetConnectorV1429Response(
message= Rate Limit Exceeded
)

[Back to top]