Class: Aws::CloudFront::Types::DistributionAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DistributionAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The caller reference you attempted to create the distribution with is associated with another distribution.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2812 2813 2814 2815 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2812 class DistributionAlreadyExists < Struct.new( :message) include Aws::Structure end |