Class: Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig
- Defined in:
- gems/aws-sdk-cloudfront/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
11582 11583 11584 11585 11586 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11582 class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |