Class: Aws::DirectoryService::Types::CertificateAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CertificateAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The certificate has already been registered into the system.
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.
328 329 330 331 332 333 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 328 class CertificateAlreadyExistsException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
328 329 330 331 332 333 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 328 class CertificateAlreadyExistsException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |