Values.CreateFileSystemFromBackupResponseSourceThe response object for the CreateFileSystemFromBackup operation.
type nonrec error = [ | `ActiveDirectoryError of ActiveDirectoryError.t| `BackupNotFound of BackupNotFound.t| `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `InvalidNetworkSettings of InvalidNetworkSettings.t| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BackupNotFound of BackupNotFound.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ActiveDirectoryError of ActiveDirectoryError.t
| `BackupNotFound of BackupNotFound.t
| `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `InvalidNetworkSettings of InvalidNetworkSettings.t
| `InvalidPerUnitStorageThroughput of InvalidPerUnitStorageThroughput.t
| `MissingFileSystemConfiguration of MissingFileSystemConfiguration.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option ]