Class: Aws::CloudFront::Types::TooManyFieldLevelEncryptionQueryArgProfiles

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11793
11794
11795
11796
11797
# File 'lib/aws-sdk-cloudfront/types.rb', line 11793

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