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 invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2856 2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-lambda/types.rb', line 2856 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
2856 2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-lambda/types.rb', line 2856 class InvalidSecurityGroupIDException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |