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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7956
7957
7958
7959
7960
# File 'lib/aws-sdk-cloudfront/types.rb', line 7956

class NoSuchFieldLevelEncryptionConfig < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end