Class: Aws::CloudFront::Types::StreamingDistributionNotDisabled

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7415
7416
7417
7418
# File 'lib/aws-sdk-cloudfront/types.rb', line 7415

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