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
8037 8038 8039 8040 8041 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8037 class NoSuchOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |