Class: Aws::CloudFront::Types::TooManyPublicKeys
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyPublicKeys
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of public keys for field-level encryption have been created. To create a new public key, delete one of the existing keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11700 11701 11702 11703 11704 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11700 class TooManyPublicKeys < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |