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 Amazon 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)


1659
1660
1661
1662
1663
1664
1665
# File 'lib/aws-sdk-lambda/types.rb', line 1659

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

#messageString

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
# File 'lib/aws-sdk-lambda/types.rb', line 1659

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

#typeString

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
# File 'lib/aws-sdk-lambda/types.rb', line 1659

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