Class: Aws::CloudFront::Types::InvalidDomainNameForOriginAccessControl

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

Overview

An origin access control is associated with an origin whose domain name is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6012
6013
6014
6015
6016
# File 'lib/aws-sdk-cloudfront/types.rb', line 6012

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