AwsQuery.Error
type errorType =
| Sender
| Receiver
type t = {
errorType : errorType;
code : string;
}