Exception: AMIToolExceptions::S3Error
- Inherits:
-
EC2FatalError
- Object
- RuntimeError
- EC2FatalError
- AMIToolExceptions::S3Error
- Defined in:
- lib/ec2/amitools/tool_base.rb
Instance Attribute Summary
Attributes inherited from EC2FatalError
Instance Method Summary collapse
-
#initialize(msg) ⇒ S3Error
constructor
A new instance of S3Error.
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 |