mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|elb] PolicyNotFound. ✌️
This commit is contained in:
parent
2ab2e22737
commit
c4cb974a37
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ module Fog
|
|||
class DuplicatePolicyName < Fog::Errors::Error; end
|
||||
class IdentifierTaken < Fog::Errors::Error; end
|
||||
class InvalidInstance < Fog::Errors::Error; end
|
||||
class PolicyNotFound < Fog::Errors::Error; end
|
||||
class PolicyTypeNotFound < Fog::Errors::Error; end
|
||||
class Throttled < Fog::Errors::Error; end
|
||||
class TooManyPolicies < Fog::Errors::Error; end
|
||||
|
|
Loading…
Reference in a new issue