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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3399 3400 3401 3402 3403 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3399 class DistributionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |