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
7919 7920 7921 7922 7923 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7919 class NoSuchCloudFrontOriginAccessIdentity < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |