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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


4254
4255
4256
4257
4258
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4254

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