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 [email protected] function associations per owner to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11343 11344 11345 11346 11347 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11343 class TooManyDistributionsWithLambdaAssociations < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |