Class: EC2::CreateSecurityGroupResponse

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

Constant Summary

Constants inherited from Response

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



228
229
230
231
# File 'lib/EC2/responses.rb', line 228

def parse
  # If we don't get an error, the creation succeeded.
  [["Security Group created."]]
end