Exception: Aws::Resources::Errors::UnknownOperationError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Aws::Resources::Errors::UnknownOperationError
- Defined in:
- lib/aws-sdk-resources/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ UnknownOperationError
constructor
A new instance of UnknownOperationError.
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 |