AutomationDefinitionNotApprovedException constructor
Implementation
AutomationDefinitionNotApprovedException({String? type, String? message})
: super(
type: type,
code: 'AutomationDefinitionNotApprovedException',
message: message);