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
11379 11380 11381 11382 11383 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11379 class TooManyFieldLevelEncryptionConfigs < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |