Class: Aws::CloudFront::Types::OriginAccessControlInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::OriginAccessControlInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Cannot delete the origin access control because it’s in use by one or more distributions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8934 8935 8936 8937 8938 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8934 class OriginAccessControlInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |