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
      6038 6039 6040 6041 6042 6043  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 6038 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      6038 6039 6040 6041 6042 6043  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 6038 class SubnetIPAddressLimitReachedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |