Exception: EC2::InvalidParameterCombination

Inherits:
Error
  • Object
show all
Defined in:
lib/EC2/exceptions.rb

Overview

An invalid set of parameters were passed as arguments e.g. RunInstances was called with minCount and maxCount set to 0 or minCount > maxCount.