Class: Aws::CloudFront::Types::TooManyDistributionsWithLambdaAssociations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Processing your request would cause the maximum number of distributions with Lambda@Edge function associations per owner to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11672
11673
11674
11675
11676
# File 'lib/aws-sdk-cloudfront/types.rb', line 11672

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