Class: Aws::CloudFront::Types::InvalidRequiredProtocol

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

Overview

This operation requires the HTTPS protocol. Ensure that you specify the HTTPS protocol in your request, or omit the ‘RequiredProtocols` element from your distribution configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5200
5201
5202
5203
# File 'lib/aws-sdk-cloudfront/types.rb', line 5200

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