Class: Aws::CloudFront::Types::InvalidOrigin

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The Amazon S3 origin server specified does not refer to a valid Amazon S3 bucket.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5111
5112
5113
5114
# File 'lib/aws-sdk-cloudfront/types.rb', line 5111

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