Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentityInUse

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

Overview

The Origin Access Identity specified is already in use.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


767
768
769
770
# File 'lib/aws-sdk-cloudfront/types.rb', line 767

class CloudFrontOriginAccessIdentityInUse < Struct.new(
  :message)
  include Aws::Structure
end