Class: Aws::CloudFront::Types::TooManyLambdaFunctionAssociations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Your request contains more Lambda function associations than are allowed per distribution.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7680
7681
7682
7683
# File 'lib/aws-sdk-cloudfront/types.rb', line 7680

class TooManyLambdaFunctionAssociations < Struct.new(
  :message)
  include Aws::Structure
end