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
7461 7462 7463 7464 7465 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7461 class InvalidProtocolSettings < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |