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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7751
7752
7753
7754
# File 'lib/aws-sdk-cloudfront/types.rb', line 7751

class TooManyDistributionsAssociatedToFieldLevelEncryptionConfig < Struct.new(
  :message)
  include Aws::Structure
end