Class: Aws::CloudFront::Types::TooManyCertificates
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyCertificates
- 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
#message ⇒ String
7677 7678 7679 7680 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7677 class TooManyCertificates < Struct.new( :message) include Aws::Structure end |