Class: Aws::CloudFront::Types::StreamingDistributionAlreadyExists

Inherits:
Struct
  • Object
show all
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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7199
7200
7201
7202
# File 'lib/aws-sdk-cloudfront/types.rb', line 7199

class StreamingDistributionAlreadyExists < Struct.new(
  :message)
  include Aws::Structure
end