File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1609,6 +1609,7 @@ class SqsQueryResponseSerializer(QueryResponseSerializer):
16091609 JSON_TO_QUERY_ERROR_CODES = {
16101610 "InvalidParameterValueException" : "InvalidParameterValue" ,
16111611 "MissingRequiredParameterException" : "MissingParameter" ,
1612+ "AccessDeniedException" : "AccessDenied" ,
16121613 "QueueDoesNotExist" : "AWS.SimpleQueueService.NonExistentQueue" ,
16131614 "QueueNameExists" : "QueueAlreadyExists" ,
16141615 }
@@ -1686,6 +1687,7 @@ class SqsResponseSerializer(JSONResponseSerializer):
16861687 JSON_TO_QUERY_ERROR_CODES = {
16871688 "InvalidParameterValueException" : "InvalidParameterValue" ,
16881689 "MissingRequiredParameterException" : "MissingParameter" ,
1690+ "AccessDeniedException" : "AccessDenied" ,
16891691 "QueueDoesNotExist" : "AWS.SimpleQueueService.NonExistentQueue" ,
16901692 "QueueNameExists" : "QueueAlreadyExists" ,
16911693 }
You can’t perform that action at this time.
0 commit comments