Class: Aws::Lambda::Types::InvalidSubnetIDException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidSubnetIDException
- 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
#message ⇒ String
3613 3614 3615 3616 3617 3618 |
# File 'lib/aws-sdk-lambda/types.rb', line 3613 class InvalidSubnetIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
3613 3614 3615 3616 3617 3618 |
# File 'lib/aws-sdk-lambda/types.rb', line 3613 class InvalidSubnetIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |