Class: Aws::DirectoryService::Types::InvalidLDAPSStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::InvalidLDAPSStatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The LDAP activities could not be performed because they are limited by the LDAPS status.
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.
2918 2919 2920 2921 2922 2923 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2918 class InvalidLDAPSStatusException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
2918 2919 2920 2921 2922 2923 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2918 class InvalidLDAPSStatusException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |