Skip to main content

ListSavedSearchesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.saved_search.models.list_saved_searches_v1429_response import ListSavedSearchesV1429Response

list_saved_searches_v1429_response = ListSavedSearchesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]