Class: Aws::CloudFront::Types::TooManyDistributionsWithSingleFunctionARN

Inherits:
Struct
  • Object
show all
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

#messageString



15081
15082
15083
15084
15085
# File 'lib/aws-sdk-cloudfront/types.rb', line 15081

class TooManyDistributionsWithSingleFunctionARN < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end