mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|iam] fix superclass mismatch
This commit is contained in:
parent
14176d599f
commit
87087e8b6b
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ module Fog
|
|||
class KeyPairMismatch < Fog::AWS::IAM::Error; end
|
||||
class LimitExceeded < Fog::AWS::IAM::Error; end
|
||||
class MalformedCertificate < Fog::AWS::IAM::Error; end
|
||||
class NotFound < Fog::AWS::IAM::Error; end
|
||||
|
||||
requires :aws_access_key_id, :aws_secret_access_key
|
||||
recognizes :host, :path, :port, :scheme, :persistent
|
||||
|
|
Loading…
Add table
Reference in a new issue