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
12277 12278 12279 12280 12281 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12277 class TooManyPublicKeys < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |