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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6032 6033 6034 6035 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6032 class NoSuchCloudFrontOriginAccessIdentity < Struct.new( :message) include Aws::Structure end |