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 invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-lambda/types.rb', line 2874

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

#typeString

Returns:

  • (String)


2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-lambda/types.rb', line 2874

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