Class: Aws::Transfer::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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