Class: Aws::CloudFront::Types::OriginAccessControlAlreadyExists

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

An origin access control with the specified parameters already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



10606
10607
10608
10609
10610
# File 'lib/aws-sdk-cloudfront/types.rb', line 10606

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