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)


6050
6051
6052
6053
6054
# File 'lib/aws-sdk-cloudfront/types.rb', line 6050

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