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)


12285
12286
12287
12288
12289
# File 'lib/aws-sdk-cloudfront/types.rb', line 12285

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