Class: Aws::CloudFront::Types::KeyGroupAlreadyExists

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

Overview

A key group with this name already exists. You must provide a unique name. To modify an existing key group, use ‘UpdateKeyGroup`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6351
6352
6353
6354
6355
# File 'lib/aws-sdk-cloudfront/types.rb', line 6351

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