Skip to main content

SearchPostV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.search.models.search_post_v1429_response import SearchPostV1429Response

search_post_v1429_response = SearchPostV1429Response(
message= Rate Limit Exceeded
)

[Back to top]