Exception: AMIToolExceptions::S3Error

Inherits:
EC2FatalError show all
Defined in:
lib/ec2/amitools/tool_base.rb

Instance Attribute Summary

Attributes inherited from EC2FatalError

#code

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ S3Error

Returns a new instance of S3Error.



28
29
30
# File 'lib/ec2/amitools/tool_base.rb', line 28

def initialize(msg)
  super(3, "Error talking to S3: #{msg}")
end