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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5902
5903
5904
5905
# File 'lib/aws-sdk-cloudfront/types.rb', line 5902

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