Class: Aws::CloudFront::Types::NoSuchFieldLevelEncryptionConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The specified configuration for field-level encryption doesn’t exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5890
5891
5892
5893
# File 'lib/aws-sdk-cloudfront/types.rb', line 5890

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