Class: Aws::Lambda::Types::InvalidSubnetIDException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidSubnetIDException
- Defined in:
- gems/aws-sdk-lambda/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
#message ⇒ String
3686 3687 3688 3689 3690 3691 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3686 class InvalidSubnetIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3686 3687 3688 3689 3690 3691 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 3686 class InvalidSubnetIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |