Skip to content

/AWS1/CL_SQSDELETEMSGBATCHRSLT

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

CONSTRUCTOR

IMPORTING

Required arguments:

IT_SUCCESSFUL TYPE /AWS1/CL_SQSDELMSGBTCRSLTENTRY=>TT_DELETEMSGBATCHRSLTENTRYLIST TT_DELETEMSGBATCHRSLTENTRYLIST

A list of DeleteMessageBatchResultEntry items.

IT_FAILED TYPE /AWS1/CL_SQSBTCRSLTERRORENTRY=>TT_BATCHRESULTERRORENTRYLIST TT_BATCHRESULTERRORENTRYLIST

A list of BatchResultErrorEntry items.


Queryable Attributes

Successful

A list of DeleteMessageBatchResultEntry items.

Accessible with the following methods

Method Description
GET_SUCCESSFUL() Getter for SUCCESSFUL, with configurable default
ASK_SUCCESSFUL() Getter for SUCCESSFUL w/ exceptions if field has no value
HAS_SUCCESSFUL() Determine if SUCCESSFUL has a value

Failed

A list of BatchResultErrorEntry items.

Accessible with the following methods

Method Description
GET_FAILED() Getter for FAILED, with configurable default
ASK_FAILED() Getter for FAILED w/ exceptions if field has no value
HAS_FAILED() Determine if FAILED has a value