Class: Aws::Lambda::Errors::InvalidCodeSignatureException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Lambda::Errors::InvalidCodeSignatureException
 
 
- Defined in:
 - lib/aws-sdk-lambda/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidCodeSignatureException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidCodeSignatureException.
 - #message ⇒ String
 - #type ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidCodeSignatureException
Returns a new instance of InvalidCodeSignatureException.
      305 306 307  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 305 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      315 316 317  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 315 def @message || @data[:message] end  | 
  
#type ⇒ String
      310 311 312  | 
    
      # File 'lib/aws-sdk-lambda/errors.rb', line 310 def type @data[:type] end  |