Class: Aws::CloudFront::Types::InvalidDomainNameForOriginAccessControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidDomainNameForOriginAccessControl
- 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
#message ⇒ String
6014 6015 6016 6017 6018 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6014 class InvalidDomainNameForOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |