AWS services or capabilities described in AWS Documentation may vary by region/location. Click
Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Class: Aws::Lambda::Types::EC2AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::EC2AccessDeniedException
show all
- Defined in:
- gems/aws-sdk-lambda/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
1366
1367
1368
1369
1370
1371
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1366
class EC2AccessDeniedException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
1366
1367
1368
1369
1370
1371
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1366
class EC2AccessDeniedException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|