Skip to main content

GetNotificationTemplateVariablesV1401Response

Properties

NameTypeDescriptionNotes
errorobjectA message describing the error[optional]
}

Example

from sailpoint.notifications.models.get_notification_template_variables_v1401_response import GetNotificationTemplateVariablesV1401Response

get_notification_template_variables_v1401_response = GetNotificationTemplateVariablesV1401Response(
error=JWT validation failed: JWT is expired
)

[Back to top]