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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1113 1114 1115 1116 1117 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1113 class CloudFrontOriginAccessIdentityInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |