Class: Aws::Lambda::Types::InvalidSecurityGroupIDException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'lib/aws-sdk-lambda/types.rb', line 3401

class InvalidSecurityGroupIDException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'lib/aws-sdk-lambda/types.rb', line 3401

class InvalidSecurityGroupIDException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end