Skip to content

Commit 608f2ba

Browse files
author
AWS
committed
AmazonConnectCampaignService Update: Updated exceptions for Amazon Connect Outbound Campaign api's.
1 parent f1842a0 commit 608f2ba

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AmazonConnectCampaignService",
4+
"contributor": "",
5+
"description": "Updated exceptions for Amazon Connect Outbound Campaign api's."
6+
}

services/connectcampaigns/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"errors":[
117117
{"shape":"InternalServerException"},
118118
{"shape":"ResourceNotFoundException"},
119+
{"shape":"ValidationException"},
119120
{"shape":"AccessDeniedException"},
120121
{"shape":"ThrottlingException"}
121122
],
@@ -218,6 +219,7 @@
218219
"errors":[
219220
{"shape":"InternalServerException"},
220221
{"shape":"ResourceNotFoundException"},
222+
{"shape":"ValidationException"},
221223
{"shape":"ConflictException"},
222224
{"shape":"InvalidCampaignStateException"},
223225
{"shape":"AccessDeniedException"},
@@ -257,6 +259,7 @@
257259
"errors":[
258260
{"shape":"InternalServerException"},
259261
{"shape":"ResourceNotFoundException"},
262+
{"shape":"ValidationException"},
260263
{"shape":"ConflictException"},
261264
{"shape":"InvalidCampaignStateException"},
262265
{"shape":"AccessDeniedException"},
@@ -275,6 +278,7 @@
275278
"errors":[
276279
{"shape":"InternalServerException"},
277280
{"shape":"ResourceNotFoundException"},
281+
{"shape":"ValidationException"},
278282
{"shape":"ConflictException"},
279283
{"shape":"InvalidCampaignStateException"},
280284
{"shape":"AccessDeniedException"},
@@ -313,6 +317,7 @@
313317
"errors":[
314318
{"shape":"InternalServerException"},
315319
{"shape":"ResourceNotFoundException"},
320+
{"shape":"ValidationException"},
316321
{"shape":"ConflictException"},
317322
{"shape":"InvalidCampaignStateException"},
318323
{"shape":"AccessDeniedException"},

0 commit comments

Comments
 (0)