Class: Aws::CloudFront::Types::NoSuchCloudFrontOriginAccessIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchCloudFrontOriginAccessIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified origin access identity does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9026 9027 9028 9029 9030 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9026 class NoSuchCloudFrontOriginAccessIdentity < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |