class Aws::Plugins::SQSMd5s::Handler
def validate_single_message(body, attributes, response)
def validate_single_message(body, attributes, response) validate_body(body, response) validate_attributes(attributes, response) unless attributes.nil? end
def validate_single_message(body, attributes, response) validate_body(body, response) validate_attributes(attributes, response) unless attributes.nil? end