Skip to main content

GetNotificationTemplateVariablesV1429Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.notifications.models.get_notification_template_variables_v1429_response import GetNotificationTemplateVariablesV1429Response

get_notification_template_variables_v1429_response = GetNotificationTemplateVariablesV1429Response(
message= Rate Limit Exceeded
)

[Back to top]