Skip to main content

GetReportResultV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.reports_data_extraction.models.get_report_result_v1429_response import GetReportResultV1429Response

get_report_result_v1429_response = GetReportResultV1429Response(
message= Rate Limit Exceeded
)

[Back to top]