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::PolicyLengthExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PolicyLengthExceededException
show all
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The permissions policy for the resource is too large. Learn more
Constant Summary
collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4002
4003
4004
4005
4006
4007
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4002
class PolicyLengthExceededException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|
#type ⇒ String
4002
4003
4004
4005
4006
4007
|
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 4002
class PolicyLengthExceededException < Struct.new(
:type,
:message)
SENSITIVE = []
include Aws::Structure
end
|