Class: Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile
- 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
#message ⇒ String
9065 9066 9067 9068 9069 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9065 class NoSuchFieldLevelEncryptionProfile < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |