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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9442
9443
9444
9445
9446
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9442

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