Class: Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12269 12270 12271 12272 12273 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12269 class TooManyDistributionsWithLambdaAssociations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |