Class: Aws::Lambda::Types::EC2UnexpectedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Lambda received an unexpected EC2 client exception while setting up for the Lambda function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_error_codeString

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-lambda/types.rb', line 1797

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

#messageString

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-lambda/types.rb', line 1797

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

#typeString

Returns:

  • (String)


1797
1798
1799
1800
1801
1802
1803
# File 'lib/aws-sdk-lambda/types.rb', line 1797

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