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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7921 7922 7923 7924 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7921 class TooManyPublicKeys < Struct.new( :message) include Aws::Structure end |