Class: Aws::CloudFront::Types::NoSuchOrigin
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchOrigin
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
No origin exists with the specified ‘Origin Id`.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6092 6093 6094 6095 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6092 class NoSuchOrigin < Struct.new( :message) include Aws::Structure end |