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
6415 6416 6417 6418 6419 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6415 class InvalidDomainNameForOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |