Skip to main content

GetLaunchersV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.launchers.models.get_launchers_v1401_response import GetLaunchersV1401Response

get_launchers_v1401_response = GetLaunchersV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]