Skip to main content

ListWorkflowsV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.workflows.models.list_workflows_v1429_response import ListWorkflowsV1429Response

list_workflows_v1429_response = ListWorkflowsV1429Response(
message= Rate Limit Exceeded
)

[Back to top]