HTTP/1.1 200 OK
x-amzn-RequestId: 5939f157-76f9-11e2-aaa9-****
Content-Type: text/xml
Content-Length: 546
Date: Thu, 14 Feb 2013 22:53:29 GMT

<CreateDBSecurityGroupResponse xmlns="http://rds.amazonaws.com/doc/2012-07-31/">
  <CreateDBSecurityGroupResult>
    <DBSecurityGroup>
      <EC2SecurityGroups/>
      <DBSecurityGroupDescription>Integ test</DBSecurityGroupDescription>
      <IPRanges/>
      <OwnerId>123456</OwnerId>
      <DBSecurityGroupName>integfoo</DBSecurityGroupName>
    </DBSecurityGroup>
  </CreateDBSecurityGroupResult>
  <ResponseMetadata>
    <RequestId>5939f157-76f9-11e2-aaa9-****</RequestId>
  </ResponseMetadata>
</CreateDBSecurityGroupResponse>
