Class: Aws::Lambda::Types::EC2AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

Need additional permissions to configure VPC settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-lambda/types.rb', line 1573

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

#typeString

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
# File 'lib/aws-sdk-lambda/types.rb', line 1573

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