Class: Aws::Lambda::Types::InvalidCodeSignatureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidCodeSignatureException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The code signature failed the integrity check. If the integrity check fails, then Lambda blocks deployment, even if the code signing policy is set to WARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3595 3596 3597 3598 3599 3600 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3595 class InvalidCodeSignatureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3595 3596 3597 3598 3599 3600 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3595 class InvalidCodeSignatureException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |