Class: Aws::DirectoryService::Types::CertificateLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CertificateLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The certificate could not be added because the certificate limit has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The descriptive message for the exception.
-
#request_id ⇒ String
The Amazon Web Services request identifier.
Instance Attribute Details
#message ⇒ String
The descriptive message for the exception.
424 425 426 427 428 429 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 424 class CertificateLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
424 425 426 427 428 429 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 424 class CertificateLimitExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |