Class: Aws::CloudFront::Types::FieldLevelEncryptionConfigAlreadyExists

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

Overview

The specified configuration for field-level encryption already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4568
4569
4570
4571
4572
# File 'lib/aws-sdk-cloudfront/types.rb', line 4568

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