Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileAlreadyExists

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

Overview

The specified profile for field-level encryption already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4172
4173
4174
4175
4176
# File 'lib/aws-sdk-cloudfront/types.rb', line 4172

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