Values.InvalidLayerPartExceptionSourceThe layer part size isn't valid, or the first byte specified isn't consecutive to the last byte of a previous layer part upload.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID that's associated with the layer part.
*)repositoryName : RepositoryName.t option;The name of the repository.
*)uploadId : UploadId.t option;The upload ID that's associated with the layer part.
*)lastValidByteReceived : PartSize.t option;The position of the last byte of the layer part.
*)message : ExceptionMessage.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Long of PartSize.t | `String of RegistryId.t ]) list ]