Class: Aws::CloudFront::Types::InvalidProtocolSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidProtocolSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
You cannot specify SSLv3 as the minimum protocol version if you only want to support only clients that support Server Name Indication (SNI).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6605 6606 6607 6608 6609 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6605 class InvalidProtocolSettings < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |