Values.CreateSubnetGroupResponseSourceCreates a new subnet group.
type nonrec t = {subnetGroup : SubnetGroup.t option;Represents the output of a CreateSubnetGroup operation.
*)}type nonrec error = [ | `InvalidSubnet of InvalidSubnet.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `SubnetGroupAlreadyExistsFault of SubnetGroupAlreadyExistsFault.t| `SubnetGroupQuotaExceededFault of SubnetGroupQuotaExceededFault.t| `SubnetNotAllowedFault of SubnetNotAllowedFault.t| `SubnetQuotaExceededFault of SubnetQuotaExceededFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidSubnet of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `SubnetGroupAlreadyExistsFault of unit
| `SubnetGroupQuotaExceededFault of unit
| `SubnetNotAllowedFault of unit
| `SubnetQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidSubnet of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `SubnetGroupAlreadyExistsFault of unit
| `SubnetGroupQuotaExceededFault of unit
| `SubnetNotAllowedFault of unit
| `SubnetQuotaExceededFault of unit
| `Unknown_operation_error of string * string option ]