Class: Aws::Lambda::Types::InvalidSubnetIDException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

The subnet ID provided in the Lambda function VPC configuration is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
# File 'lib/aws-sdk-lambda/types.rb', line 3419

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

#typeString

Returns:

  • (String)


3419
3420
3421
3422
3423
3424
# File 'lib/aws-sdk-lambda/types.rb', line 3419

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