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

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

Overview

The specified Lambda function association is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7367
7368
7369
7370
7371
# File 'lib/aws-sdk-cloudfront/types.rb', line 7367

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