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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6068 6069 6070 6071 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6068 class NoSuchFieldLevelEncryptionProfile < Struct.new( :message) include Aws::Structure end |