Skip to content

Message attribute list values in SendMessageBatch operation are not supported. (Aws::SQS::Errors::UnsupportedOperation) #3035

Answered by RanVaknin
rsosag asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rsosag ,

Thanks for reaching out.

Looking at the API docs for SQS, these two fields are explicitly documented as not implemented:

StringListValues

Not implemented. Reserved for future use.

Type: Array of strings

Required: No

BinaryListValues

Not implemented. Reserved for future use.

Type: Array of Base64-encoded binary data objects

Required: No

I'm not sure why this was released without being implemented, but from an SDK perspective we cannot add /remove fields as the SDK is code-generated directly from the API model of the various AWS services. You should not use these fields until they are documented as implemented by the SQS service.

Thanks,
Ran~

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@rsosag
Comment options

Answer selected by RanVaknin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants