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

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


2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2450

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

#messageString

Returns:

  • (String)


2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2450

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

#typeString

Returns:

  • (String)


2450
2451
2452
2453
2454
2455
2456
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2450

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