Class: Aws::Lambda::Types::SubnetIPAddressLimitReachedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::SubnetIPAddressLimitReachedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lambda/types.rb
Overview
Lambda couldn’t 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
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-lambda/types.rb', line 5765 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5765 5766 5767 5768 5769 5770 |
# File 'lib/aws-sdk-lambda/types.rb', line 5765 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |