Skip to main content

StartRolePropagationV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.role_propagation.models.start_role_propagation_v1429_response import StartRolePropagationV1429Response

start_role_propagation_v1429_response = StartRolePropagationV1429Response(
message= Rate Limit Exceeded
)

[Back to top]