Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileInUse

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

Overview

The specified profile for field-level encryption is in use.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4063
4064
4065
4066
# File 'lib/aws-sdk-cloudfront/types.rb', line 4063

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