You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>Ensure that the <code>QueueUrl</code> is correct and that the queue has not been
107
+
* deleted.</p>
107
108
*
108
109
* @throws {@link RequestThrottled} (client fault)
109
110
* <p>The request was denied due to request throttling.</p>
110
111
* <ul>
111
112
* <li>
112
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
113
-
* quota for an account and Region. </p>
113
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
114
+
* request.</p>
114
115
* </li>
115
116
* <li>
116
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
117
-
* key. This condition is often known as a "hot key."</p>
118
-
* </li>
119
-
* <li>
120
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
121
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
122
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
123
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
117
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
118
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* @see {@link SQSClientResolvedConfig | config} for SQSClient's `config` shape.
71
71
*
72
72
* @throws {@link InvalidAddress} (client fault)
73
-
* <p>The <code>accountId</code> is invalid.</p>
73
+
* <p>The specified ID is invalid.</p>
74
74
*
75
75
* @throws {@link InvalidSecurity} (client fault)
76
-
* <p>When the request to a queue is not HTTPS and SigV4.</p>
76
+
* <p>The request was not made over HTTPS or did not use SigV4 for signing.</p>
77
77
*
78
78
* @throws {@link RequestThrottled} (client fault)
79
79
* <p>The request was denied due to request throttling.</p>
80
80
* <ul>
81
81
* <li>
82
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
83
-
* quota for an account and Region. </p>
82
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
83
+
* request.</p>
84
84
* </li>
85
85
* <li>
86
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
87
-
* key. This condition is often known as a "hot key."</p>
88
-
* </li>
89
-
* <li>
90
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
91
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
92
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
93
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
86
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
87
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* <p>Ensure that the <code>QueueUrl</code> is correct and that the queue has not been
107
+
* deleted.</p>
107
108
*
108
109
* @throws {@link RequestThrottled} (client fault)
109
110
* <p>The request was denied due to request throttling.</p>
110
111
* <ul>
111
112
* <li>
112
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
113
-
* quota for an account and Region. </p>
113
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
114
+
* request.</p>
114
115
* </li>
115
116
* <li>
116
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
117
-
* key. This condition is often known as a "hot key."</p>
118
-
* </li>
119
-
* <li>
120
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
121
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
122
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
123
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
117
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
118
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* <p>The batch request contains more entries than permissible.</p>
124
+
* <p>The batch request contains more entries than permissible. For Amazon SQS, the
125
+
* maximum number of entries you can include in a single <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html">SendMessageBatch</a>, <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteMessageBatch.html">DeleteMessageBatch</a>, or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibilityBatch.html">ChangeMessageVisibilityBatch</a> request is 10.</p>
* If you reach this limit, Amazon SQS returns the <code>OverLimit</code> error message.
59
59
* To avoid reaching the limit, you should delete messages from the queue after they're processed. You can also increase the number of queues you use to process your messages.
60
60
* To request a limit increase, <a href="https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-sqs">file a support request</a>.</p>
61
-
* <p>For FIFO queues, there can be a maximum of 20,000 in flight messages (received from a queue by a consumer, but not yet deleted from the queue). If you reach this limit, Amazon SQS returns no error messages.</p>
61
+
* <p>For FIFO queues, there can be a maximum of 120,000 in flight messages (received from a queue by a consumer, but not yet deleted from the queue). If you reach this limit, Amazon SQS returns no error messages.</p>
62
62
* <important>
63
63
* <p>If you attempt to set the <code>VisibilityTimeout</code> to a value greater than
64
64
* the maximum time left, Amazon SQS returns an error. Amazon SQS doesn't automatically
* <p>The request was denied due to request throttling.</p>
113
114
* <ul>
114
115
* <li>
115
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
116
-
* quota for an account and Region. </p>
116
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
117
+
* request.</p>
117
118
* </li>
118
119
* <li>
119
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
120
-
* key. This condition is often known as a "hot key."</p>
121
-
* </li>
122
-
* <li>
123
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
124
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
125
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
126
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
120
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
121
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* <p>After you create a queue, you must wait at least one second after the queue is
58
58
* created to be able to use the queue.</p>
59
59
* </note>
60
-
* <p>To get the queue URL, use the <code>
61
-
* <a>GetQueueUrl</a>
62
-
* </code> action.
63
-
* <code>
64
-
* <a>GetQueueUrl</a>
65
-
* </code> requires only the
66
-
* <code>QueueName</code> parameter. be aware of existing queue names:</p>
60
+
* <p>To retrieve the URL of a queue, use the <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_GetQueueUrl.html">
61
+
* <code>GetQueueUrl</code>
62
+
* </a> action. This action only requires the <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html#API_CreateQueue_RequestSyntax">
63
+
* <code>QueueName</code>
64
+
* </a> parameter.</p>
65
+
* <p>When creating queues, keep the following points in mind:</p>
67
66
* <ul>
68
67
* <li>
69
-
* <p>If you provide the name of an existing queue along with the exact names and
70
-
* values of all the queue's attributes, <code>CreateQueue</code> returns the queue
71
-
* URL for the existing queue.</p>
68
+
* <p>If you specify the name of an existing queue and provide the exact same names
69
+
* and values for all its attributes, the <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html">
70
+
* <code>CreateQueue</code>
71
+
* </a> action will return the URL of the
72
+
* existing queue instead of creating a new one.</p>
72
73
* </li>
73
74
* <li>
74
-
* <p>If the queue name, attribute names, or attribute values don't match an
75
-
* existing queue, <code>CreateQueue</code> returns an error.</p>
75
+
* <p>If you attempt to create a queue with a name that already exists but with
76
+
* different attribute names or values, the <code>CreateQueue</code> action will
77
+
* return an error. This ensures that existing queues are not inadvertently
* <p>The request was denied due to request throttling.</p>
134
137
* <ul>
135
138
* <li>
136
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
137
-
* quota for an account and Region. </p>
139
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
140
+
* request.</p>
138
141
* </li>
139
142
* <li>
140
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
141
-
* key. This condition is often known as a "hot key."</p>
142
-
* </li>
143
-
* <li>
144
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
145
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
146
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
147
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
143
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
144
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* <p>Ensure that the <code>QueueUrl</code> is correct and that the queue has not been
97
+
* deleted.</p>
97
98
*
98
99
* @throws {@link RequestThrottled} (client fault)
99
100
* <p>The request was denied due to request throttling.</p>
100
101
* <ul>
101
102
* <li>
102
-
* <p>The rate of requests per second exceeds the Amazon Web Services KMS request
103
-
* quota for an account and Region. </p>
103
+
* <p>Exceeds the permitted request rate for the queue or for the recipient of the
104
+
* request.</p>
104
105
* </li>
105
106
* <li>
106
-
* <p>A burst or sustained high rate of requests to change the state of the same KMS
107
-
* key. This condition is often known as a "hot key."</p>
108
-
* </li>
109
-
* <li>
110
-
* <p>Requests for operations on KMS keys in a Amazon Web Services CloudHSM key store
111
-
* might be throttled at a lower-than-expected rate when the Amazon Web Services
112
-
* CloudHSM cluster associated with the Amazon Web Services CloudHSM key store is
113
-
* processing numerous commands, including those unrelated to the Amazon Web Services CloudHSM key store.</p>
107
+
* <p>Ensure that the request rate is within the Amazon SQS limits for
108
+
* sending messages. For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-quotas.html#quotas-requests">Amazon SQS quotas</a> in the <i>Amazon SQS
* <p>The batch request contains more entries than permissible.</p>
114
+
* <p>The batch request contains more entries than permissible. For Amazon SQS, the
115
+
* maximum number of entries you can include in a single <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SendMessageBatch.html">SendMessageBatch</a>, <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_DeleteMessageBatch.html">DeleteMessageBatch</a>, or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ChangeMessageVisibilityBatch.html">ChangeMessageVisibilityBatch</a> request is 10.</p>
0 commit comments