Class: Aws::DirectoryService::Types::InvalidCertificateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::InvalidCertificateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The certificate PEM that was provided has incorrect encoding.
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.
2879 2880 2881 2882 2883 2884 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2879 class InvalidCertificateException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
2879 2880 2881 2882 2883 2884 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2879 class InvalidCertificateException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |