Skip to main content

GetSourceAppV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.apps.models.get_source_app_v1429_response import GetSourceAppV1429Response

get_source_app_v1429_response = GetSourceAppV1429Response(
message= Rate Limit Exceeded
)

[Back to top]