Class: Aws::Lambda::Types::EC2UnexpectedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EC2UnexpectedException
- 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_code ⇒ 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 |
#message ⇒ 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 |
#type ⇒ 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 |