Skip to content

Commit ed06b5a

Browse files
author
awstools
committed
feat(client-bedrock-agent): For Create Agent API, the agentResourceRoleArn parameter is no longer required.
1 parent aaee685 commit ed06b5a

40 files changed

+105
-106
lines changed

clients/client-bedrock-agent/src/commands/AssociateAgentKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface AssociateAgentKnowledgeBaseCommandOutput
7878
* <p>An internal server error occurred. Retry your request.</p>
7979
*
8080
* @throws {@link ResourceNotFoundException} (client fault)
81-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
81+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
8282
*
8383
* @throws {@link ServiceQuotaExceededException} (client fault)
8484
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/CreateAgentActionGroupCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface CreateAgentActionGroupCommandOutput extends CreateAgentActionGr
104104
* <p>An internal server error occurred. Retry your request.</p>
105105
*
106106
* @throws {@link ResourceNotFoundException} (client fault)
107-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
107+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
108108
*
109109
* @throws {@link ServiceQuotaExceededException} (client fault)
110110
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/CreateAgentAliasCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export interface CreateAgentAliasCommandOutput extends CreateAgentAliasResponse,
9898
* <p>An internal server error occurred. Retry your request.</p>
9999
*
100100
* @throws {@link ResourceNotFoundException} (client fault)
101-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
101+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
102102
*
103103
* @throws {@link ServiceQuotaExceededException} (client fault)
104104
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/CreateAgentCommand.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
3939
* <ul>
4040
* <li>
4141
* <p>
42-
* <code>agentResourceRoleArn</code> – The ARN of the role with permissions to create an agent.</p>
42+
* <code>agentResourceRoleArn</code> – The Amazon Resource Name (ARN) of the role with permissions to invoke API operations on an agent.</p>
4343
* </li>
4444
* <li>
45-
* <p>(Optional) <code>customerEncryptionKeyArn</code> – The ARN of a KMS key to encrypt the creation of the agent.</p>
45+
* <p>(Optional) <code>customerEncryptionKeyArn</code> – The Amazon Resource Name (ARN) of a KMS key to encrypt the creation of the agent.</p>
4646
* </li>
4747
* <li>
4848
* <p>(Optional) <code>idleSessionTTLinSeconds</code> – Specify the number of seconds for which the agent should maintain session information. After this time expires, the subsequent <code>InvokeAgent</code> request begins a new session.</p>
@@ -69,7 +69,7 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
6969
* foundationModel: "STRING_VALUE",
7070
* description: "STRING_VALUE",
7171
* idleSessionTTLInSeconds: Number("int"),
72-
* agentResourceRoleArn: "STRING_VALUE", // required
72+
* agentResourceRoleArn: "STRING_VALUE",
7373
* customerEncryptionKeyArn: "STRING_VALUE",
7474
* tags: { // TagsMap
7575
* "<keys>": "STRING_VALUE",

clients/client-bedrock-agent/src/commands/CreateDataSourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
117117
* <p>An internal server error occurred. Retry your request.</p>
118118
*
119119
* @throws {@link ResourceNotFoundException} (client fault)
120-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
120+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
121121
*
122122
* @throws {@link ServiceQuotaExceededException} (client fault)
123123
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/CreateKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface CreateKnowledgeBaseCommandOutput extends CreateKnowledgeBaseRes
3636
* <p>Provide the <code>name</code> and an optional <code>description</code>.</p>
3737
* </li>
3838
* <li>
39-
* <p>Provide the ARN with permissions to create a knowledge base in the <code>roleArn</code> field.</p>
39+
* <p>Provide the Amazon Resource Name (ARN) with permissions to create a knowledge base in the <code>roleArn</code> field.</p>
4040
* </li>
4141
* <li>
4242
* <p>Provide the embedding model to use in the <code>embeddingModelArn</code> field in the <code>knowledgeBaseConfiguration</code> object.</p>

clients/client-bedrock-agent/src/commands/DeleteAgentActionGroupCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface DeleteAgentActionGroupCommandOutput extends DeleteAgentActionGr
6262
* <p>An internal server error occurred. Retry your request.</p>
6363
*
6464
* @throws {@link ResourceNotFoundException} (client fault)
65-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
65+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6666
*
6767
* @throws {@link ThrottlingException} (client fault)
6868
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DeleteAgentAliasCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface DeleteAgentAliasCommandOutput extends DeleteAgentAliasResponse,
6161
* <p>An internal server error occurred. Retry your request.</p>
6262
*
6363
* @throws {@link ResourceNotFoundException} (client fault)
64-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
64+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6565
*
6666
* @throws {@link ThrottlingException} (client fault)
6767
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DeleteAgentCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
6363
* <p>An internal server error occurred. Retry your request.</p>
6464
*
6565
* @throws {@link ResourceNotFoundException} (client fault)
66-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
66+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6767
*
6868
* @throws {@link ThrottlingException} (client fault)
6969
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DeleteAgentVersionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface DeleteAgentVersionCommandOutput extends DeleteAgentVersionRespo
6565
* <p>An internal server error occurred. Retry your request.</p>
6666
*
6767
* @throws {@link ResourceNotFoundException} (client fault)
68-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
68+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6969
*
7070
* @throws {@link ThrottlingException} (client fault)
7171
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DeleteDataSourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
6464
* <p>An internal server error occurred. Retry your request.</p>
6565
*
6666
* @throws {@link ResourceNotFoundException} (client fault)
67-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
67+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6868
*
6969
* @throws {@link ThrottlingException} (client fault)
7070
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DeleteKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface DeleteKnowledgeBaseCommandOutput extends DeleteKnowledgeBaseRes
6262
* <p>An internal server error occurred. Retry your request.</p>
6363
*
6464
* @throws {@link ResourceNotFoundException} (client fault)
65-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
65+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6666
*
6767
* @throws {@link ThrottlingException} (client fault)
6868
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/DisassociateAgentKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface DisassociateAgentKnowledgeBaseCommandOutput
6666
* <p>An internal server error occurred. Retry your request.</p>
6767
*
6868
* @throws {@link ResourceNotFoundException} (client fault)
69-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
69+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7070
*
7171
* @throws {@link ThrottlingException} (client fault)
7272
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetAgentActionGroupCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export interface GetAgentActionGroupCommandOutput extends GetAgentActionGroupRes
8585
* <p>An internal server error occurred. Retry your request.</p>
8686
*
8787
* @throws {@link ResourceNotFoundException} (client fault)
88-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
88+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
8989
*
9090
* @throws {@link ThrottlingException} (client fault)
9191
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetAgentAliasCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export interface GetAgentAliasCommandOutput extends GetAgentAliasResponse, __Met
8585
* <p>An internal server error occurred. Retry your request.</p>
8686
*
8787
* @throws {@link ResourceNotFoundException} (client fault)
88-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
88+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
8989
*
9090
* @throws {@link ThrottlingException} (client fault)
9191
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetAgentCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export interface GetAgentCommandOutput extends GetAgentResponse, __MetadataBeare
101101
* <p>An internal server error occurred. Retry your request.</p>
102102
*
103103
* @throws {@link ResourceNotFoundException} (client fault)
104-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
104+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
105105
*
106106
* @throws {@link ThrottlingException} (client fault)
107107
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetAgentKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export interface GetAgentKnowledgeBaseCommandOutput extends GetAgentKnowledgeBas
6868
* <p>An internal server error occurred. Retry your request.</p>
6969
*
7070
* @throws {@link ResourceNotFoundException} (client fault)
71-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
71+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7272
*
7373
* @throws {@link ThrottlingException} (client fault)
7474
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetAgentVersionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface GetAgentVersionCommandOutput extends GetAgentVersionResponse, _
104104
* <p>An internal server error occurred. Retry your request.</p>
105105
*
106106
* @throws {@link ResourceNotFoundException} (client fault)
107-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
107+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
108108
*
109109
* @throws {@link ThrottlingException} (client fault)
110110
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetDataSourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export interface GetDataSourceCommandOutput extends GetDataSourceResponse, __Met
8888
* <p>An internal server error occurred. Retry your request.</p>
8989
*
9090
* @throws {@link ResourceNotFoundException} (client fault)
91-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
91+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
9292
*
9393
* @throws {@link ThrottlingException} (client fault)
9494
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetIngestionJobCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export interface GetIngestionJobCommandOutput extends GetIngestionJobResponse, _
8080
* <p>An internal server error occurred. Retry your request.</p>
8181
*
8282
* @throws {@link ResourceNotFoundException} (client fault)
83-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
83+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
8484
*
8585
* @throws {@link ThrottlingException} (client fault)
8686
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/GetKnowledgeBaseCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse,
119119
* <p>An internal server error occurred. Retry your request.</p>
120120
*
121121
* @throws {@link ResourceNotFoundException} (client fault)
122-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
122+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
123123
*
124124
* @throws {@link ThrottlingException} (client fault)
125125
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListAgentActionGroupsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface ListAgentActionGroupsCommandOutput extends ListAgentActionGroup
7070
* <p>An internal server error occurred. Retry your request.</p>
7171
*
7272
* @throws {@link ResourceNotFoundException} (client fault)
73-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
73+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7474
*
7575
* @throws {@link ThrottlingException} (client fault)
7676
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListAgentAliasesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface ListAgentAliasesCommandOutput extends ListAgentAliasesResponse,
7575
* <p>An internal server error occurred. Retry your request.</p>
7676
*
7777
* @throws {@link ResourceNotFoundException} (client fault)
78-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
78+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7979
*
8080
* @throws {@link ThrottlingException} (client fault)
8181
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListAgentKnowledgeBasesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface ListAgentKnowledgeBasesCommandOutput extends ListAgentKnowledge
6969
* <p>An internal server error occurred. Retry your request.</p>
7070
*
7171
* @throws {@link ResourceNotFoundException} (client fault)
72-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
72+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7373
*
7474
* @throws {@link ThrottlingException} (client fault)
7575
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListAgentVersionsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface ListAgentVersionsCommandOutput extends ListAgentVersionsRespons
7070
* <p>An internal server error occurred. Retry your request.</p>
7171
*
7272
* @throws {@link ResourceNotFoundException} (client fault)
73-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
73+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7474
*
7575
* @throws {@link ThrottlingException} (client fault)
7676
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListDataSourcesCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
7070
* <p>An internal server error occurred. Retry your request.</p>
7171
*
7272
* @throws {@link ResourceNotFoundException} (client fault)
73-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
73+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
7474
*
7575
* @throws {@link ThrottlingException} (client fault)
7676
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListIngestionJobsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export interface ListIngestionJobsCommandOutput extends ListIngestionJobsRespons
9494
* <p>An internal server error occurred. Retry your request.</p>
9595
*
9696
* @throws {@link ResourceNotFoundException} (client fault)
97-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
97+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
9898
*
9999
* @throws {@link ThrottlingException} (client fault)
100100
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/ListTagsForResourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
6060
* <p>An internal server error occurred. Retry your request.</p>
6161
*
6262
* @throws {@link ResourceNotFoundException} (client fault)
63-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
63+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6464
*
6565
* @throws {@link ThrottlingException} (client fault)
6666
* <p>The number of requests exceeds the limit. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/PrepareAgentCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export interface PrepareAgentCommandOutput extends PrepareAgentResponse, __Metad
6464
* <p>An internal server error occurred. Retry your request.</p>
6565
*
6666
* @throws {@link ResourceNotFoundException} (client fault)
67-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
67+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6868
*
6969
* @throws {@link ServiceQuotaExceededException} (client fault)
7070
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/StartIngestionJobCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface StartIngestionJobCommandOutput extends StartIngestionJobRespons
8484
* <p>An internal server error occurred. Retry your request.</p>
8585
*
8686
* @throws {@link ResourceNotFoundException} (client fault)
87-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
87+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
8888
*
8989
* @throws {@link ServiceQuotaExceededException} (client fault)
9090
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

clients/client-bedrock-agent/src/commands/TagResourceCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
5959
* <p>An internal server error occurred. Retry your request.</p>
6060
*
6161
* @throws {@link ResourceNotFoundException} (client fault)
62-
* <p>The specified resource ARN was not found. Check the ARN and try your request again.</p>
62+
* <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
6363
*
6464
* @throws {@link ServiceQuotaExceededException} (client fault)
6565
* <p>The number of requests exceeds the service quota. Resubmit your request later.</p>

0 commit comments

Comments
 (0)