Skip to main content

GetStatusBySourceIdV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.source_usages.models.get_status_by_source_id_v1429_response import GetStatusBySourceIdV1429Response

get_status_by_source_id_v1429_response = GetStatusBySourceIdV1429Response(
message= Rate Limit Exceeded
)

[Back to top]