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
6024 6025 6026 6027 6028 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6024 class InvalidProtocolSettings < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |