Class: Aws::CloudFront::Types::InvalidLambdaFunctionAssociation

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

Overview

The specified Lambda@Edge function association is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6100
6101
6102
6103
6104
# File 'lib/aws-sdk-cloudfront/types.rb', line 6100

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