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)


8386
8387
8388
8389
8390
# File 'lib/aws-sdk-cloudfront/types.rb', line 8386

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