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
12314 12315 12316 12317 12318 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12314 class TooManyFieldLevelEncryptionEncryptionEntities < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |