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 function.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11964
11965
11966
11967
11968
# File 'lib/aws-sdk-cloudfront/types.rb', line 11964

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