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

Returns:

  • (String)


8296
8297
8298
8299
8300
# File 'lib/aws-sdk-cloudfront/types.rb', line 8296

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