Class: Aws::CloudFront::Types::IllegalOriginAccessConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::IllegalOriginAccessConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
An origin cannot contain both an origin access control (OAC) and an origin access identity (OAI).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5927 5928 5929 5930 5931 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5927 class IllegalOriginAccessConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |