Class: Aws::CloudFront::Types::InvalidRequiredProtocol
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidRequiredProtocol
- 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
#message ⇒ String
5194 5195 5196 5197 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5194 class InvalidRequiredProtocol < Struct.new( :message) include Aws::Structure end |