Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionConfigs
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyFieldLevelEncryptionConfigs
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of configurations for field-level encryption have been created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11725 11726 11727 11728 11729 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11725 class TooManyFieldLevelEncryptionConfigs < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |