Class: Aws::CloudFront::Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified configuration for field-level encryption can’t be associated with the specified cache behavior.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4944 4945 4946 4947 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4944 class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new( :message) include Aws::Structure end |