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
4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-lambda/types.rb', line 4160 class InvalidZipFileException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4160 4161 4162 4163 4164 4165 |
# File 'lib/aws-sdk-lambda/types.rb', line 4160 class InvalidZipFileException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |