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)


5013
5014
5015
5016
# File 'lib/aws-sdk-cloudfront/types.rb', line 5013

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