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

Inherits:
ArgumentError
  • Object
show all
Defined in:
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 'lib/aws-sdk-resources/errors.rb', line 6

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