Skip to main content

GetTasksV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.data_access_security.models.get_tasks_v1429_response import GetTasksV1429Response

get_tasks_v1429_response = GetTasksV1429Response(
message= Rate Limit Exceeded
)

[Back to top]