Class: Aws::CloudFront::Types::DistributionAlreadyExists

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

Overview

The caller reference you attempted to create the distribution with is associated with another distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3508
3509
3510
3511
3512
# File 'lib/aws-sdk-cloudfront/types.rb', line 3508

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