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

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

Overview

The NextToken value isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


28886
28887
28888
28889
28890
28891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28886

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

#request_id ⇒ String

The Amazon Web Services request ID for this request.

Returns:

  • (String)


28886
28887
28888
28889
28890
28891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28886

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