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
8499 8500 8501 8502 8503 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8499 class NoSuchFieldLevelEncryptionConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |