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>The request is denied because of missing access permissions.</p>
169
+
* <p>The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error,
170
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-access-denied">AccessDeniedException</a> in the Amazon Bedrock User Guide</p>
* <p>An internal server error occurred. Retry your request.</p>
173
+
* <p>An internal server error occurred. For troubleshooting this error,
174
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-internal-failure">InternalFailure</a> in the Amazon Bedrock User Guide</p>
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
177
+
* <p>The specified resource ARN was not found. For troubleshooting this error,
178
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-resource-not-found">ResourceNotFound</a> in the Amazon Bedrock User Guide</p>
* <p>Your request exceeds the service quota for your account. You can view your quotas at <a href="https://docs.aws.amazon.com/servicequotas/latest/userguide/gs-request-quota.html">Viewing service quotas</a>. You can resubmit your request later.</p>
* <p>Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> to increase the rate or number of tokens you can process.</p>
184
+
* <p>Your request was denied due to exceeding the account quotas for <i>Amazon Bedrock</i>. For
185
+
* troubleshooting this error, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-throttling-exception">ThrottlingException</a> in the Amazon Bedrock User Guide</p>
* <p>Input validation failed. Check your request parameters and retry the request.</p>
188
+
* <p>The input fails to satisfy the constraints specified by <i>Amazon Bedrock</i>. For troubleshooting this error,
189
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-validation-error">ValidationError</a> in the Amazon Bedrock User Guide</p>
185
190
*
186
191
* @throws {@link BedrockRuntimeServiceException}
187
192
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
* <p>For example code, see <i>Converse API examples</i> in the <i>Amazon Bedrock User Guide</i>.
44
44
* </p>
45
45
* <p>This operation requires permission for the <code>bedrock:InvokeModel</code> action. </p>
46
+
* <important>
47
+
* <p>To deny all inference access to resources that you specify in the modelId field, you
48
+
* need to deny access to the <code>bedrock:InvokeModel</code> and
49
+
* <code>bedrock:InvokeModelWithResponseStream</code> actions. Doing this also denies
50
+
* access to the resource through the base inference actions (<a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html">InvokeModel</a> and <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModelWithResponseStream.html">InvokeModelWithResponseStream</a>). For more information see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-deny-inference">Deny access for inference on specific models</a>.
51
+
* </p>
52
+
* </important>
53
+
* <p>For troubleshooting some of the common errors you might encounter when using the <code>Converse</code> API,
54
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html">Troubleshooting Amazon Bedrock API Error Codes</a> in the Amazon Bedrock User Guide</p>
46
55
* @example
47
56
* Use a bare-bones client and the command you need to make an API call.
* <p>The request is denied because of missing access permissions.</p>
440
+
* <p>The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error,
441
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-access-denied">AccessDeniedException</a> in the Amazon Bedrock User Guide</p>
* <p>An internal server error occurred. Retry your request.</p>
444
+
* <p>An internal server error occurred. For troubleshooting this error,
445
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-internal-failure">InternalFailure</a> in the Amazon Bedrock User Guide</p>
* <p>The model specified in the request is not ready to serve inference requests. The AWS SDK
435
-
* will automatically retry the operation up to 5 times. For information about configuring
436
-
* automatic retries, see <a href="https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html">Retry behavior</a> in the <i>AWS SDKs and Tools</i>
437
-
* reference guide.</p>
452
+
* will automatically retry the operation up to 5 times. For information about configuring
453
+
* automatic retries, see <a href="https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html">Retry behavior</a> in the <i>AWS SDKs and Tools</i>
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
460
+
* <p>The specified resource ARN was not found. For troubleshooting this error,
461
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-resource-not-found">ResourceNotFound</a> in the Amazon Bedrock User Guide</p>
* <p>The service isn't currently available. Try again later.</p>
464
+
* <p>The service isn't currently available. For troubleshooting this error,
465
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-service-unavailable">ServiceUnavailable</a> in the Amazon Bedrock User Guide</p>
* <p>Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> to increase the rate or number of tokens you can process.</p>
468
+
* <p>Your request was denied due to exceeding the account quotas for <i>Amazon Bedrock</i>. For
469
+
* troubleshooting this error, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-throttling-exception">ThrottlingException</a> in the Amazon Bedrock User Guide</p>
* <p>Input validation failed. Check your request parameters and retry the request.</p>
472
+
* <p>The input fails to satisfy the constraints specified by <i>Amazon Bedrock</i>. For troubleshooting this error,
473
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-validation-error">ValidationError</a> in the Amazon Bedrock User Guide</p>
453
474
*
454
475
* @throws {@link BedrockRuntimeServiceException}
455
476
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
* <p>For example code, see <i>Conversation streaming example</i> in the <i>Amazon Bedrock User Guide</i>.
55
55
* </p>
56
56
* <p>This operation requires permission for the <code>bedrock:InvokeModelWithResponseStream</code> action.</p>
57
+
* <important>
58
+
* <p>To deny all inference access to resources that you specify in the modelId field, you
59
+
* need to deny access to the <code>bedrock:InvokeModel</code> and
60
+
* <code>bedrock:InvokeModelWithResponseStream</code> actions. Doing this also denies
61
+
* access to the resource through the base inference actions (<a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModel.html">InvokeModel</a> and <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_InvokeModelWithResponseStream.html">InvokeModelWithResponseStream</a>). For more information see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/security_iam_id-based-policy-examples.html#security_iam_id-based-policy-examples-deny-inference">Deny access for inference on specific models</a>.
62
+
* </p>
63
+
* </important>
64
+
* <p>For troubleshooting some of the common errors you might encounter when using the <code>ConverseStream</code> API,
65
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html">Troubleshooting Amazon Bedrock API Error Codes</a> in the Amazon Bedrock User Guide</p>
57
66
* @example
58
67
* Use a bare-bones client and the command you need to make an API call.
* <p>The request is denied because of missing access permissions.</p>
440
+
* <p>The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error,
441
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-access-denied">AccessDeniedException</a> in the Amazon Bedrock User Guide</p>
* <p>An internal server error occurred. Retry your request.</p>
444
+
* <p>An internal server error occurred. For troubleshooting this error,
445
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-internal-failure">InternalFailure</a> in the Amazon Bedrock User Guide</p>
* <p>The model specified in the request is not ready to serve inference requests. The AWS SDK
435
-
* will automatically retry the operation up to 5 times. For information about configuring
436
-
* automatic retries, see <a href="https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html">Retry behavior</a> in the <i>AWS SDKs and Tools</i>
437
-
* reference guide.</p>
452
+
* will automatically retry the operation up to 5 times. For information about configuring
453
+
* automatic retries, see <a href="https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html">Retry behavior</a> in the <i>AWS SDKs and Tools</i>
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
460
+
* <p>The specified resource ARN was not found. For troubleshooting this error,
461
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-resource-not-found">ResourceNotFound</a> in the Amazon Bedrock User Guide</p>
* <p>The service isn't currently available. Try again later.</p>
464
+
* <p>The service isn't currently available. For troubleshooting this error,
465
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-service-unavailable">ServiceUnavailable</a> in the Amazon Bedrock User Guide</p>
* <p>Your request was throttled because of service-wide limitations. Resubmit your request later or in a different region. You can also purchase <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/prov-throughput.html">Provisioned Throughput</a> to increase the rate or number of tokens you can process.</p>
468
+
* <p>Your request was denied due to exceeding the account quotas for <i>Amazon Bedrock</i>. For
469
+
* troubleshooting this error, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-throttling-exception">ThrottlingException</a> in the Amazon Bedrock User Guide</p>
* <p>Input validation failed. Check your request parameters and retry the request.</p>
472
+
* <p>The input fails to satisfy the constraints specified by <i>Amazon Bedrock</i>. For troubleshooting this error,
473
+
* see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/troubleshooting-api-error-codes.html#ts-validation-error">ValidationError</a> in the Amazon Bedrock User Guide</p>
453
474
*
454
475
* @throws {@link BedrockRuntimeServiceException}
455
476
* <p>Base exception class for all service exceptions from BedrockRuntime service.</p>
0 commit comments