Values.CreateVolumeResponseSourceCreates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
type nonrec error = [ | `BadRequest of BadRequest.t| `FileSystemNotFound of FileSystemNotFound.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `MissingVolumeConfiguration of MissingVolumeConfiguration.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `MissingVolumeConfiguration of MissingVolumeConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `FileSystemNotFound of FileSystemNotFound.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `MissingVolumeConfiguration of MissingVolumeConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `StorageVirtualMachineNotFound of StorageVirtualMachineNotFound.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]