Awskit.ErrorSourceStructured core error type.
Structured core AWS SDK errors.
Service packages should preserve this value and add classifier helpers over it instead of widening errors into service-specific polymorphic variants.
type service = {status : int;code : string option;message : string option;request_id : string option;host_id : string option;headers : (string * string) list;body : string option;}type t = | Validation of validation| Signing of string| Transport of transport| Service of service| Decode of string| Body of body