Class DeleteMessageBatchResult

java.lang.Object
com.amazonaws.services.sqs.model.DeleteMessageBatchResult
All Implemented Interfaces:
Serializable, Cloneable

public class DeleteMessageBatchResult extends Object implements Serializable, Cloneable

For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted.

See Also: