Class: Aws::Lambda::Types::CodeSigningConfigNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::CodeSigningConfigNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The specified code signing configuration does not exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      416 417 418 419 420 421  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 416 class CodeSigningConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      416 417 418 419 420 421  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 416 class CodeSigningConfigNotFoundException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |