Class: Aws::QuickSight::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The ‘NextToken` value isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17311
17312
17313
17314
17315
17316
# File 'lib/aws-sdk-quicksight/types.rb', line 17311

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


17311
17312
17313
17314
17315
17316
# File 'lib/aws-sdk-quicksight/types.rb', line 17311

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