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)


1612
1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1612

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

#messageString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1612

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

#typeString

Returns:

  • (String)


1612
1613
1614
1615
1616
1617
1618
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1612

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