Class: Aws::CloudFront::Types::DistributionNotDisabled

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


3905
3906
3907
3908
3909
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3905

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