Class: Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchFieldLevelEncryptionProfile
- Defined in:
- gems/aws-sdk-cloudfront/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
7971 7972 7973 7974 7975 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7971 class NoSuchFieldLevelEncryptionProfile < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |