Class: Aws::CloudFront::Types::TooManyPublicKeysInKeyGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The number of public keys in this key group is more than the maximum allowed. For more information, see [Quotas] (formerly known as limits) in the *Amazon CloudFront Developer Guide*.

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12040
12041
12042
12043
12044
# File 'lib/aws-sdk-cloudfront/types.rb', line 12040

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