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 function associations per owner to be exceeded.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7566
7567
7568
7569
# File 'lib/aws-sdk-cloudfront/types.rb', line 7566

class TooManyDistributionsWithLambdaAssociations < Struct.new(
  :message)
  include Aws::Structure
end