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 function associations per owner to be exceeded.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7755 7756 7757 7758 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7755 class TooManyDistributionsWithLambdaAssociations < Struct.new( :message) include Aws::Structure end |