Class: Aws::CloudFront::Types::TooManyDistributionsAssociatedToFieldLevelEncryptionConfig

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

Overview

The maximum number of distributions have been associated with the specified configuration for field-level encryption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11217
11218
11219
11220
11221
# File 'lib/aws-sdk-cloudfront/types.rb', line 11217

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