Skip to main content

ListSourcesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.sources.models.list_sources_v1429_response import ListSourcesV1429Response

list_sources_v1429_response = ListSourcesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]