pub fn xml_error_response(
status: StatusCode,
code: &str,
message: &str,
request_id: &str,
) -> (StatusCode, String, Bytes)Expand description
Build an AWS XML error response (used by Query protocol services: SQS, SNS, IAM, STS).
pub fn xml_error_response(
status: StatusCode,
code: &str,
message: &str,
request_id: &str,
) -> (StatusCode, String, Bytes)Build an AWS XML error response (used by Query protocol services: SQS, SNS, IAM, STS).