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).
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5155 5156 5157 5158 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5155 class InvalidProtocolSettings < Struct.new( :message) include Aws::Structure end |