Class: Aws::Snowball::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1337
1338
1339
1340
1341
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1337

class InvalidNextTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end