Class: Aws::CloudFront::Types::NoSuchOriginAccessControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchOriginAccessControl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The origin access control does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7702 7703 7704 7705 7706 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7702 class NoSuchOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |