Class: Aws::CloudFront::Types::CNAMEAlreadyExists

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

Overview

The CNAME specified is already defined for CloudFront.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


230
231
232
233
# File 'lib/aws-sdk-cloudfront/types.rb', line 230

class CNAMEAlreadyExists < Struct.new(
  :message)
  include Aws::Structure
end