Class: Aws::Lambda::Types::PolicyLengthExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lambda::Types::PolicyLengthExceededException
- Defined in:
- gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb
Overview
The permissions policy for the resource is too large. For more information, see Lambda quotas.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5014 class PolicyLengthExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
5014 5015 5016 5017 5018 5019 |
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 5014 class PolicyLengthExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |