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
8024 8025 8026 8027 8028 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8024 class NoSuchOrigin < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |