Values_6.DeleteSecurityGroupResultSourceDeletes a security group. If you attempt to delete a security group that is associated with an instance or network interface, is referenced by another security group in the same VPC, or has a VPC association, the operation fails with DependencyViolation.
type nonrec t = {return : Values_0.Boolean.t option;Returns true if the request succeeds; otherwise, returns an error.
*)groupId : Values_0.SecurityGroupId.t option;The ID of the deleted security group.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.SecurityGroupId.t ])
list ]