Class: EC2::ResetImageAttributeResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/EC2/responses.rb

Constant Summary

Constants inherited from Response

EC2::Response::ERROR_XPATH

Instance Attribute Summary

Attributes inherited from Response

#http_response, #http_xml, #structure

Instance Method Summary collapse

Methods inherited from Response

#initialize, #is_error?, #parse_error, #to_s

Constructor Details

This class inherits a constructor from EC2::Response

Instance Method Details

#parseObject



309
310
311
312
# File 'lib/EC2/responses.rb', line 309

def parse
  # If we don't get an error, reset succeeded.
  [["Image attribute reset."]]
end