Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionContentTypeProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyFieldLevelEncryptionContentTypeProfiles
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of content type profiles for field-level encryption have been created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11739 11740 11741 11742 11743 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11739 class TooManyFieldLevelEncryptionContentTypeProfiles < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |