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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11590
11591
11592
11593
11594
# File 'lib/aws-sdk-cloudfront/types.rb', line 11590

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