Class CloudFrontOriginAccessIdentityAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class CloudFrontOriginAccessIdentityAlreadyExistsException
    extends AmazonServiceException
    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.
    See Also:
    Serialized Form
    • Constructor Detail

      • CloudFrontOriginAccessIdentityAlreadyExistsException

        public CloudFrontOriginAccessIdentityAlreadyExistsException​(String message)
        Constructs a new CloudFrontOriginAccessIdentityAlreadyExistsException with the specified error message.
        Parameters:
        message - Describes the error encountered.