Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionEncryptionEntities
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyFieldLevelEncryptionEncryptionEntities
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of encryption entities for field-level encryption have been created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11753 11754 11755 11756 11757 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11753 class TooManyFieldLevelEncryptionEncryptionEntities < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |