Class: Aws::SSM::Errors::InvocationDoesNotExist

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ssm/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InvocationDoesNotExist.

Parameters:



1310
1311
1312
# File 'lib/aws-sdk-ssm/errors.rb', line 1310

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