Class: Aws::CloudFront::Types::InvalidRelativePath

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

Overview

The relative path is too big, is not URL-encoded, or does not begin with a slash (/).

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5036
5037
5038
5039
# File 'lib/aws-sdk-cloudfront/types.rb', line 5036

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