Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentityAlreadyExists

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

Overview

If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1077
1078
1079
1080
1081
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1077

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