You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Exception: Aws::Resources::Errors::UnknownOperationError

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

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ UnknownOperationError

Returns a new instance of UnknownOperationError.



6
7
8
# File 'aws-sdk-resources/lib/aws-sdk-resources/errors.rb', line 6

def initialize(name)
  super("operation `#{name}' not defined")
end