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
3525 3526 3527 3528 3529 |
# File 'lib/aws-sdk-transfer/types.rb', line 3525 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |