Class: Aws::CloudFront::Types::DistributionNotDisabled
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DistributionNotDisabled
- 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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3583 3584 3585 3586 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 3583 class DistributionNotDisabled < Struct.new( :message) include Aws::Structure end |