LoggingLevel

class aws_cdk.aws_chatbot.LoggingLevel(value)

Bases: Enum

Logging levels include ERROR, INFO, or NONE.

Attributes

ERROR

ERROR.

INFO

INFO.

NONE

NONE.