Class: Aws::CloudDirectory::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Indicates that the ‘NextToken` value is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3313 3314 3315 3316 3317 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3313 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |