Skip to main content

GetLaunchersV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.launchers.models.get_launchers_v1429_response import GetLaunchersV1429Response

get_launchers_v1429_response = GetLaunchersV1429Response(
message= Rate Limit Exceeded
)

[Back to top]