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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10865
10866
10867
10868
10869
# File 'lib/aws-sdk-cloudfront/types.rb', line 10865

class StreamingDistributionAlreadyExists < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end