Class: Aws::Lambda::Types::ENILimitReachedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::ENILimitReachedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Lambda was not able to create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1833 1834 1835 1836 1837 1838 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1833 class ENILimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1833 1834 1835 1836 1837 1838 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1833 class ENILimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |