Class: Aws::Lambda::Types::SubnetIPAddressLimitReachedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/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

#messageString

Returns:

  • (String)


5817
5818
5819
5820
5821
5822
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5817

class SubnetIPAddressLimitReachedException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


5817
5818
5819
5820
5821
5822
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5817

class SubnetIPAddressLimitReachedException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end