Class: Aws::Lambda::Types::SubnetIPAddressLimitReachedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SubnetIPAddressLimitReachedException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5619 5620 5621 5622 5623 5624 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5619 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5619 5620 5621 5622 5623 5624 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5619 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |