Class: Aws::Lambda::Types::EC2AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EC2AccessDeniedException
- 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
#message ⇒ String
1620 1621 1622 1623 1624 1625 |
# File 'lib/aws-sdk-lambda/types.rb', line 1620 class EC2AccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1620 1621 1622 1623 1624 1625 |
# File 'lib/aws-sdk-lambda/types.rb', line 1620 class EC2AccessDeniedException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |