Class: Aws::Lambda::Types::InvalidZipFileException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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

#messageString

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3436

class InvalidZipFileException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


3436
3437
3438
3439
3440
3441
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3436

class InvalidZipFileException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end