Bedrock Runtime: InvokeModel, https response error StatusCode: 404, RequestID: 2...
错误信息
InvokeModel: operation error Bedrock Runtime: InvokeModel, https response error StatusCode: 404, RequestID: 26cf3ab7-fc76-4db8-93fc-baf40f1f54f4, ResourceNotFoundException: Model use case details have not been submitted for this account. Fill out the Anthropic use case details form before using the model. If you have already filled out the form, try again in 15 minutes.
AI 解决方案
🔍 报错分析
1. 🌐 错误翻译
原文:Model use case details have not been submitted for this account. Fill out the Anthropic use case details form before using the model. If you have already filled out the form, try again in 15 minutes.
译文:该账户尚未提交模型使用场景详情。在使用模型前,请先填写Anthropic使用场景详情表单。如果您已填写表单,请等待15分钟后重试。
2. 🎯 原因分析
InvokeModel接口时,因权限校验不通过触发404错误3. 💡 解决方案
4. 🛡️ 预防措施
aws bedrock list-foundation-models --query 'modelSummaries[?contains(modelId, \'anthropic\')]'