Class: Aws::CloudFront::Types::InvalidRelativePath
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidRelativePath
- 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
#message ⇒ String
5180 5181 5182 5183 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5180 class InvalidRelativePath < Struct.new( :message) include Aws::Structure end |