Class: Aws::CloudFront::Types::DistributionAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DistributionAlreadyExists
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The caller reference you attempted to create the distribution with is associated with another distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3801 3802 3803 3804 3805 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3801 class DistributionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |