Values.DeleteInboundConnectionResponseSourceThe results of a DeleteInboundConnection operation. Contains details about the deleted inbound connection.
type nonrec error = [ | `DisabledOperationException of DisabledOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DisabledOperationException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DisabledOperationException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ConnectionId.t
| `Structure of
(string
* [> `Enum of string
| `String of ConnectionStatusMessage.t
| `Structure of
(string * [> `String of OwnerId.t ]) list ])
list ])
list ])
list ]