Class: Aws::CloudFront::Types::QueryArgProfileEmpty

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

Overview

No profile specified for the field-level encryption query argument.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6694
6695
6696
6697
# File 'lib/aws-sdk-cloudfront/types.rb', line 6694

class QueryArgProfileEmpty < Struct.new(
  :message)
  include Aws::Structure
end