Class: Aws::SSM::Errors::InvocationDoesNotExist
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::InvocationDoesNotExist
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvocationDoesNotExist
constructor
A new instance of InvocationDoesNotExist.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvocationDoesNotExist
Returns a new instance of InvocationDoesNotExist.
1310 1311 1312 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1310 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |