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.
301 302 303 |
# File 'lib/aws-sdk-ssm/errors.rb', line 301 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |