Method: Aws::SSM::Errors::AutomationDefinitionNotFoundException#initialize

Defined in:
lib/aws-sdk-ssm/errors.rb

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AutomationDefinitionNotFoundException

Returns a new instance of AutomationDefinitionNotFoundException.

Parameters:



301
302
303
# File 'lib/aws-sdk-ssm/errors.rb', line 301

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end