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
6107 6108 6109 6110 6111 6112 |
# File 'lib/aws-sdk-lambda/types.rb', line 6107 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
6107 6108 6109 6110 6111 6112 |
# File 'lib/aws-sdk-lambda/types.rb', line 6107 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |