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:
parent
7d19d43117
commit
03512ed40c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue