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
6066 6067 6068 6069 6070 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6066 class InvalidRequiredProtocol < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |