Class: Aws::CloudFront::Types::StagingDistributionInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A continuous deployment policy for this staging distribution already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10783
10784
10785
10786
10787
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10783

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