Class: Aws::CloudFront::Types::NoSuchOrigin

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5926
5927
5928
5929
# File 'lib/aws-sdk-cloudfront/types.rb', line 5926

class NoSuchOrigin < Struct.new(
  :message)
  include Aws::Structure
end