Class: Aws::CloudFront::Types::EntityAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EntityAlreadyExists
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The entity already exists. You must provide a unique entity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6040 class EntityAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |