Class: Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7969
7970
7971
7972
7973
# File 'lib/aws-sdk-cloudfront/types.rb', line 7969

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