Class: Aws::DirectoryService::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
The ‘NextToken` value is not valid.
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.
3797 3798 3799 3800 3801 3802 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3797 class InvalidNextTokenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request identifier.
3797 3798 3799 3800 3801 3802 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 3797 class InvalidNextTokenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |