Class: Aws::Lambda::Types::InvalidSecurityGroupIDException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::InvalidSecurityGroupIDException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The security group ID provided in the Lambda function VPC configuration is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5265 5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5265 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5265 5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5265 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |