Class: Aws::CloudFront::Types::TooManyPublicKeys

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

#messageString

Returns:

  • (String)


12044
12045
12046
12047
12048
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12044

class TooManyPublicKeys < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end