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

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

Overview

The specified streaming distribution does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8101
8102
8103
8104
8105
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8101

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