Class: Aws::CloudFront::Types::FieldLevelEncryptionConfigAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FieldLevelEncryptionConfigAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified configuration for field-level encryption already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4262 4263 4264 4265 4266 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4262 class FieldLevelEncryptionConfigAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |