diff --git a/moto/sqs/models.py b/moto/sqs/models.py index 85b69ab0e..dbc170387 100644 --- a/moto/sqs/models.py +++ b/moto/sqs/models.py @@ -166,6 +166,7 @@ class Queue(BaseModel): 'MessageRetentionPeriod', 'QueueArn', 'ReceiveMessageWaitTimeSeconds', + 'RedrivePolicy', 'VisibilityTimeout', 'WaitTimeSeconds'] ALLOWED_PERMISSIONS = ('*', 'ChangeMessageVisibility', 'DeleteMessage', 'GetQueueAttributes',