Class: Aws::Lambda::Types::InvalidSecurityGroupIDException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::InvalidSecurityGroupIDException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      3534 3535 3536 3537 3538 3539  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3534 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      3534 3535 3536 3537 3538 3539  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 3534 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |