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`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7689 7690 7691 7692 7693 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7689 class NoSuchOrigin < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |