Class: Aws::CloudFront::Types::KeyGroupAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyGroupAlreadyExists
- 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
#message ⇒ String
7799 7800 7801 7802 7803 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7799 class KeyGroupAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |