Class: Aws::CloudFront::Types::TooManyCertificates

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

You cannot create anymore custom SSL/TLS certificates.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7687
7688
7689
7690
# File 'lib/aws-sdk-cloudfront/types.rb', line 7687

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