Skip to main content

ListBusinessApplicationsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.business_applications.models.list_business_applications_v1429_response import ListBusinessApplicationsV1429Response

list_business_applications_v1429_response = ListBusinessApplicationsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]