Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionContentTypeProfiles

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12304
12305
12306
12307
12308
# File 'lib/aws-sdk-cloudfront/types.rb', line 12304

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