Class: Aws::CloudFront::Types::CloudFrontOriginAccessIdentityInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CloudFrontOriginAccessIdentityInUse
- 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
#message ⇒ String
764 765 766 767 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 764 class CloudFrontOriginAccessIdentityInUse < Struct.new( :message) include Aws::Structure end |