Values.DeleteVPCAssociationAuthorizationResponseSourceEmpty response for the request.
type nonrec error = [ | `ConcurrentModification of ConcurrentModification.t| `InvalidInput of InvalidInput.t| `InvalidVPCId of InvalidVPCId.t| `NoSuchHostedZone of NoSuchHostedZone.t| `VPCAssociationAuthorizationNotFound of VPCAssociationAuthorizationNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option
| `VPCAssociationAuthorizationNotFound of
VPCAssociationAuthorizationNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `Unknown_operation_error of string * string option
| `VPCAssociationAuthorizationNotFound of
VPCAssociationAuthorizationNotFound.t ]