Class: Aws::DirectoryService::Types::EntityDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::EntityDoesNotExistException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The specified entity could not be found.
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.
2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2731 class EntityDoesNotExistException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 2731 class EntityDoesNotExistException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |