Class: Aws::CloudFront::Types::InvalidRelativePath
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidRelativePath
- Defined in:
- gems/aws-sdk-cloudfront/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
#message ⇒ String
6242 6243 6244 6245 6246 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6242 class InvalidRelativePath < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |