mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update error message on tests
This commit is contained in:
parent
f829105772
commit
d9d8747c94
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module Fog
|
|||
}
|
||||
response
|
||||
else
|
||||
raise Fog::Compute::AWS::Error.new("You cannot specify .")
|
||||
raise Fog::Compute::AWS::Error.new("You may specify secondaryPrivateIpAddressCount or specific secondary private IP addresses, but not both.")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue