Class: Aws::CloudFront::Types::NoSuchOriginAccessControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchOriginAccessControl
- Defined in:
- gems/aws-sdk-cloudfront/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
8578 8579 8580 8581 8582 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8578 class NoSuchOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |