1
我試圖使用CLI創建一個FIFO創建一個FIFO SQS,但我得到一個錯誤無法通過CLI
aws sqs create-queue --queue-name my-queue.fifo --attributes FifoQueue=true --region us-east-1
An error occurred (InvalidAttributeName) when calling the CreateQueue operation: Unknown Attribute FifoQueue.
The doc page說,這是一個有效的屬性。我錯過了什麼?