Skip to content

Commit 6e45e96

Browse files
author
AWS
committed
AWS Lambda Update: Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls.
1 parent 17e9a4b commit 6e45e96

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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 Lambda",
4+
"contributor": "",
5+
"description": "Add DisallowedByVpcEncryptionControl to the LastUpdateStatusReasonCode and StateReasonCode enums to represent failures caused by VPC Encryption Controls."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5990,7 +5990,8 @@
59905990
"FunctionError.InvalidWorkingDirectory",
59915991
"FunctionError.PermissionDenied",
59925992
"FunctionError.TooManyExtensions",
5993-
"FunctionError.InitResourceExhausted"
5993+
"FunctionError.InitResourceExhausted",
5994+
"DisallowedByVpcEncryptionControl"
59945995
]
59955996
},
59965997
"Layer":{
@@ -8386,7 +8387,8 @@
83868387
"FunctionError.InvalidWorkingDirectory",
83878388
"FunctionError.PermissionDenied",
83888389
"FunctionError.TooManyExtensions",
8389-
"FunctionError.InitResourceExhausted"
8390+
"FunctionError.InitResourceExhausted",
8391+
"DisallowedByVpcEncryptionControl"
83908392
]
83918393
},
83928394
"StatementId":{

0 commit comments

Comments
 (0)