Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionConfigs

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

Overview

The maximum number of configurations for field-level encryption have been created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11723
11724
11725
11726
11727
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11723

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