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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7503 7504 7505 7506 7507 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7503 class InvalidRequiredProtocol < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |