Class: Aws::Transfer::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
The `NextToken` parameter that was passed is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3099 3100 3101 3102 3103 |
# File 'lib/aws-sdk-transfer/types.rb', line 3099 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |