Class: Aws::CloudFront::Types::InvalidLambdaFunctionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidLambdaFunctionAssociation
- Defined in:
- gems/aws-sdk-cloudfront/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
#message ⇒ String
6108 6109 6110 6111 6112 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6108 class InvalidLambdaFunctionAssociation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |