Skip to main content

StartActivateWorkflowV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.jit_activations.models.start_activate_workflow_v1429_response import StartActivateWorkflowV1429Response

start_activate_workflow_v1429_response = StartActivateWorkflowV1429Response(
message= Rate Limit Exceeded
)

[Back to top]