Creates an SES HTTP response wrapper.
Example:
final response = SesHttpResponse(200, 'ok', {});
SesHttpResponse(this.statusCode, this.body, this.headers);