Values.CreateVolumeFromBackupResponseSourceCreates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.
type nonrec error = [ | `BackupNotFound of BackupNotFound.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 ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BackupNotFound of BackupNotFound.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 ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BackupNotFound of BackupNotFound.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 ]