class Aws::Resources::Errors::UnknownOperationError

Public Class Methods

new(name) click to toggle source
Calls superclass method
# File lib/aws-sdk-resources/errors.rb, line 6
def initialize(name)
  super("operation `#{name}' not defined")
end