Rudy::Error
# File lib/rudy/aws/sdb/error.rb, line 34 def initialize(response) super( "#{response.code} \ #{response.message if response.respond_to?(:message)}" ) @response = response end
[Validate]
Generated with the Darkfish Rdoc Generator 2.