Class: Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of distributions have been associated with the specified configuration for field-level encryption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11877 11878 11879 11880 11881 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11877 class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |