Class: Aws::CloudFront::Types::InvalidDefaultRootObject

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

Overview

The default root object file name is too big or contains an invalid character.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4865
4866
4867
4868
# File 'lib/aws-sdk-cloudfront/types.rb', line 4865

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