Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentityAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CloudFrontOriginAccessIdentityAlreadyExists
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
708 709 710 711 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 708 class CloudFrontOriginAccessIdentityAlreadyExists < Struct.new( :message) include Aws::Structure end |