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

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


3504
3505
3506
3507
3508
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 3504

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