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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5913 5914 5915 5916 5917 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5913 class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |