Class: Aws::DirectoryService::Types::CertificateDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CertificateDoesNotExistException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The certificate is not present in the system for describe or deregister activities.
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.
348 349 350 351 352 353 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 348 class CertificateDoesNotExistException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
348 349 350 351 352 353 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 348 class CertificateDoesNotExistException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |