Class: Aws::CloudFront::Types::TooManyLambdaFunctionAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyLambdaFunctionAssociations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Your request contains more Lambda@Edge function associations than are allowed per distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11951 11952 11953 11954 11955 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11951 class TooManyLambdaFunctionAssociations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |