Class: Aws::CloudFront::Types::EntityAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EntityAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The key value store entity already exists. You must provide a unique key value store entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4147 4148 4149 4150 4151 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4147 class EntityAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |