Class: Aws::CloudFront::Types::NoSuchFieldLevelEncryptionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchFieldLevelEncryptionConfig
- Defined in:
- gems/aws-sdk-cloudfront/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
#message ⇒ String
10220 10221 10222 10223 10224 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10220 class NoSuchFieldLevelEncryptionConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |