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)


4950
4951
4952
4953
# File 'lib/aws-sdk-cloudfront/types.rb', line 4950

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