AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::InvalidSubnetIDException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidSubnetIDException
show all
- Defined in:
- gems/aws-sdk-lambda/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
#message ⇒ String
2869
2870
2871
2872
2873
2874
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2869
class InvalidSubnetIDException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
2869
2870
2871
2872
2873
2874
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 2869
class InvalidSubnetIDException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|