Class: Aws::Lambda::Types::InvalidZipFileException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::InvalidZipFileException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
Lambda could not unzip the deployment package.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      3569 3570 3571 3572 3573 3574  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3569 class InvalidZipFileException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      3569 3570 3571 3572 3573 3574  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3569 class InvalidZipFileException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |