Exception: Rudy::AWS::EC2::KeyPairAlreadyDefined

Inherits:
Error
  • Object
show all
Defined in:
lib/rudy/aws/ec2.rb

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Rudy::Error

Instance Method Details

#messageObject



44
45
46
# File 'lib/rudy/aws/ec2.rb', line 44

def message
  "A keypair is defined for #{@obj}. Check your Rudy config."
end