diff --git a/troposphere/validators/chatbot.py b/troposphere/validators/chatbot.py index e89baa83f..5f0f492fe 100644 --- a/troposphere/validators/chatbot.py +++ b/troposphere/validators/chatbot.py @@ -10,7 +10,7 @@ def validate_logginglevel(slackchannelconfiguration_logginglevel): Property: SlackChannelConfiguration.LoggingLevel """ - VALID_SLACKCHANNELCONFIGURATION_LOGGINGLEVEL = ("ERROR", "INFO", "NODE") + VALID_SLACKCHANNELCONFIGURATION_LOGGINGLEVEL = ("ERROR", "INFO", "NONE") if ( slackchannelconfiguration_logginglevel