Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionProfiles

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11427
11428
11429
11430
11431
# File 'lib/aws-sdk-cloudfront/types.rb', line 11427

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