Class: Aws::CloudFront::Types::NoSuchStreamingDistribution

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The specified streaming distribution does not exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6138
6139
6140
6141
# File 'lib/aws-sdk-cloudfront/types.rb', line 6138

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