Class: Aws::CloudFront::Types::TooManyDistributionsWithSingleFunctionARN
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsWithSingleFunctionARN
- Defined in:
- gems/aws-sdk-cloudfront/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
11711 11712 11713 11714 11715 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11711 class TooManyDistributionsWithSingleFunctionARN < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |