Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionProfiles
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyFieldLevelEncryptionProfiles
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of profiles for field-level encryption have been created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11781 11782 11783 11784 11785 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11781 class TooManyFieldLevelEncryptionProfiles < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |