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
3566 3567 3568 3569 3570 |
# File 'lib/aws-sdk-transfer/types.rb', line 3566 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |