mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|elb] actually raise a PolicyNotFound. ✌️
This commit is contained in:
parent
8d121ab9e1
commit
2d5d243d01
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,8 @@ module Fog
|
|||
raise Fog::AWS::ELB::InvalidInstance.slurp(error, match[2])
|
||||
when 'LoadBalancerNotFound'
|
||||
raise Fog::AWS::ELB::NotFound.slurp(error, match[2])
|
||||
when 'PolicyNotFound'
|
||||
raise Fog::AWS::ELB::PolicyNotFound.slurp(error, match[2])
|
||||
when 'PolicyTypeNotFound'
|
||||
raise Fog::AWS::ELB::PolicyTypeNotFound.slurp(error, match[2])
|
||||
when 'Throttling'
|
||||
|
|
Loading…
Add table
Reference in a new issue