Skip to main content

SetLifecycleStateV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.lifecycle_states.models.set_lifecycle_state_v1429_response import SetLifecycleStateV1429Response

set_lifecycle_state_v1429_response = SetLifecycleStateV1429Response(
message= Rate Limit Exceeded
)

[Back to top]