Class: Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations
- Includes:
- Structure
- Defined in:
- 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
11351 11352 11353 11354 11355 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11351 class TooManyDistributionsWithLambdaAssociations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |