Class: Aws::CloudFront::Types::TooManyDistributionsWithSingleFunctionARN
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudFront::Types::TooManyDistributionsWithSingleFunctionARN
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudfront/types.rb
 
Overview
The maximum number of distributions have been associated with the specified Lambda@Edge function.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      12272 12273 12274 12275 12276  | 
    
      # File 'lib/aws-sdk-cloudfront/types.rb', line 12272 class TooManyDistributionsWithSingleFunctionARN < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |