Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionFieldPatterns

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11742
11743
11744
11745
11746
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11742

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