Skip to main content

xml_error_response

Function xml_error_response 

Source
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).