class AMIToolExceptions::S3Error
Public Class Methods
new(msg)
click to toggle source
Calls superclass method
AMIToolExceptions::EC2FatalError::new
# File lib/ec2/amitools/tool_base.rb, line 28 def initialize(msg) super(3, "Error talking to S3: #{msg}") end