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

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

Overview

The Origin Access Identity specified is already in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1128
1129
1130
1131
1132
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1128

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