Class: Aws::CloudFront::Types::InvalidProtocolSettings

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5161
5162
5163
5164
# File 'lib/aws-sdk-cloudfront/types.rb', line 5161

class InvalidProtocolSettings < Struct.new(
  :message)
  include Aws::Structure
end