1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|elasticache] add InvalidInstace error class

This commit is contained in:
Benton Roberts 2011-09-15 12:06:04 -04:00 committed by geemus
parent 7d19d43117
commit 03512ed40c

View file

@ -3,6 +3,7 @@ module Fog
class Elasticache < Fog::Service
class IdentifierTaken < Fog::Errors::Error; end
class InvalidInstance < Fog::Errors::Error; end
requires :aws_access_key_id, :aws_secret_access_key
recognizes :region, :host, :path, :port, :scheme, :persistent