Skip to content

Commit a006633

Browse files
author
AWS
committed
AWS Secrets Manager Update: Add additional InvalidRequestException to list of possible exceptions for ListSecret.
1 parent 1ee37d6 commit a006633

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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": "AWS Secrets Manager",
4+
"contributor": "",
5+
"description": "Add additional InvalidRequestException to list of possible exceptions for ListSecret."
6+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
"output":{"shape":"ListSecretsResponse"},
173173
"errors":[
174174
{"shape":"InvalidParameterException"},
175+
{"shape":"InvalidRequestException"},
175176
{"shape":"InvalidNextTokenException"},
176177
{"shape":"InternalServiceError"}
177178
],

0 commit comments

Comments
 (0)