Class: Aws::Lambda::Types::CodeVerificationFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::CodeVerificationFailedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code signing policy is set to ENFORCE. Lambda blocks the deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1006 class CodeVerificationFailedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1006 1007 1008 1009 1010 1011 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1006 class CodeVerificationFailedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |