/AWS1/CL_SQSCHANGEMSGVISIBIL03¶
For each message in the batch, the response contains a
ChangeMessageVisibilityBatchResultEntry
tag if the message
succeeds or a
BatchResultErrorEntry
tag if the message
fails.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_successful TYPE /AWS1/CL_SQSCHANGEMSGVISIBIL04=>TT_CHANGEMSGVISIBILITYBTCRSE00 TT_CHANGEMSGVISIBILITYBTCRSE00¶
A list of
ChangeMessageVisibilityBatchResultEntryitems.
it_failed TYPE /AWS1/CL_SQSBTCRSLTERRORENTRY=>TT_BATCHRESULTERRORENTRYLIST TT_BATCHRESULTERRORENTRYLIST¶
A list of
BatchResultErrorEntryitems.
Queryable Attributes¶
Successful¶
A list of
ChangeMessageVisibilityBatchResultEntryitems.
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
BatchResultErrorEntryitems.
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 |