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