Class: Aws::CloudFront::Types::StreamingDistributionNotDisabled
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StreamingDistributionNotDisabled
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified CloudFront distribution is not disabled. You must disable the distribution before you can delete it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10698 10699 10700 10701 10702 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10698 class StreamingDistributionNotDisabled < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |