Class: Aws::DirectoryService::Types::ClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
A client exception has occurred.
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.
490 491 492 493 494 495 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 490 class ClientException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
490 491 492 493 494 495 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 490 class ClientException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |