Class: Aws::Lambda::Types::InvalidCodeSignatureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidCodeSignatureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
The code signature failed the integrity check. Lambda always blocks deployment if the integrity check fails, even if code signing policy is set to WARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-lambda/types.rb', line 3420 class InvalidCodeSignatureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3420 3421 3422 3423 3424 3425 |
# File 'lib/aws-sdk-lambda/types.rb', line 3420 class InvalidCodeSignatureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |