Refresh

This website www.rubydoc.info/gems/aws-sdk-cloudfront/Aws/CloudFront/Types/OriginAccessControlInUse is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

Class: Aws::CloudFront::Types::OriginAccessControlInUse

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


11499
11500
11501
11502
11503
# File 'lib/aws-sdk-cloudfront/types.rb', line 11499

class OriginAccessControlInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end