Class: Aws::CloudFront::Types::NoSuchStreamingDistribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchStreamingDistribution
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
8656 8657 8658 8659 8660 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8656 class NoSuchStreamingDistribution < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |