Class: Aws::Lambda::Types::PolicyLengthExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::PolicyLengthExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The permissions policy for the resource is too large. For more information, see [Lambda quotas].
[1]: docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      4873 4874 4875 4876 4877 4878  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 4873 class PolicyLengthExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
      4873 4874 4875 4876 4877 4878  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 4873 class PolicyLengthExceededException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end  |