Change the visibility timeout of received message(s)
visibility(queue, handle, timeout = NULL, query = NULL, ...)A character string containing a queue URL, or the name of the queue.
A character vector containing one or more message handles, as returned by receive_msg.
An integer value indicating the new value of the visibility timeout, in seconds between 0 and 43200, for the message(s).
A list specifying additional query arguments to be passed to the query argument of sqsHTTP.
Additional arguments passed to sqsHTTP.
If successful, a logical TRUE. Otherwise, a data structure of class “aws_error” containing any error message(s) from AWS and information about the request attempt.
Changes the visibility timeout of one or more SQS messages, by their message handle.
link{receive_msg} link{delete_msg}