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
1130 1131 1132 1133 1134 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1130 class CloudFrontOriginAccessIdentityInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |