Class: Aws::Lambda::Types::EC2UnexpectedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EC2UnexpectedException
- 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_code ⇒ String
1680 1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1680 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1680 1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1680 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1680 1681 1682 1683 1684 1685 1686 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1680 class EC2UnexpectedException < Struct.new( :type, :message, :ec2_error_code) SENSITIVE = [] include Aws::Structure end |