mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS/elasticache] Minor fix from RDS copy/pasta
Use Fog::AWS::Elasticache::NotFound instead of RDS
This commit is contained in:
parent
17181ae75c
commit
bf41e54dad
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ module Fog
|
||||||
}
|
}
|
||||||
response
|
response
|
||||||
else
|
else
|
||||||
raise Fog::AWS::RDS::NotFound.new("CacheParameterGroup not found: #{name}")
|
raise Fog::AWS::Elasticache::NotFound.new("CacheParameterGroup not found: #{name}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue