Values_5.DisassociateSecurityGroupVpcResultSourceDisassociates a security group from a VPC. You cannot disassociate the security group if any Elastic network interfaces in the associated VPC are still associated with the security group. Note that the disassociation is asynchronous and you can check the status of the request with DescribeSecurityGroupVpcAssociations.
type nonrec t = {state : Values_1.SecurityGroupVpcAssociationState.t option;The state of the disassociation.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]