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
11605 11606 11607 11608 11609 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11605 class TooManyLambdaFunctionAssociations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |