Skip to main content

GetManagedClientsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.managed_clients.models.get_managed_clients_v1429_response import GetManagedClientsV1429Response

get_managed_clients_v1429_response = GetManagedClientsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]