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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6023
6024
6025
6026
6027
6028
# File 'lib/aws-sdk-lambda/types.rb', line 6023

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

#typeString

Returns:

  • (String)


6023
6024
6025
6026
6027
6028
# File 'lib/aws-sdk-lambda/types.rb', line 6023

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