pub fn error_to_response(
error: &SesError,
request_id: &str,
) -> Response<SesResponseBody>Expand description
Convert an SesError into a complete HTTP error response (XML for v1).
pub fn error_to_response(
error: &SesError,
request_id: &str,
) -> Response<SesResponseBody>Convert an SesError into a complete HTTP error response (XML for v1).