Class: Aws::CloudFront::Types::IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


4816
4817
4818
4819
# File 'lib/aws-sdk-cloudfront/types.rb', line 4816

class IllegalFieldLevelEncryptionConfigAssociationWithCacheBehavior < Struct.new(
  :message)
  include Aws::Structure
end