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)


5822
5823
5824
5825
5826
# File 'lib/aws-sdk-cloudfront/types.rb', line 5822

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