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