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 (/).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6240
6241
6242
6243
6244
# File 'lib/aws-sdk-cloudfront/types.rb', line 6240

class InvalidRelativePath < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end