Skip to main content

ListScheduledSearchV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.scheduled_search.models.list_scheduled_search_v1429_response import ListScheduledSearchV1429Response

list_scheduled_search_v1429_response = ListScheduledSearchV1429Response(
message= Rate Limit Exceeded
)

[Back to top]