Class: Aws::Lambda::Types::PolicyLengthExceededException

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7502
7503
7504
7505
7506
7507
# File 'lib/aws-sdk-lambda/types.rb', line 7502

class PolicyLengthExceededException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Returns:

  • (String)


7502
7503
7504
7505
7506
7507
# File 'lib/aws-sdk-lambda/types.rb', line 7502

class PolicyLengthExceededException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end