Class: Aws::QuickSight::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidNextTokenException
- 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
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
19098 19099 19100 19101 19102 19103 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19098 class InvalidNextTokenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
19098 19099 19100 19101 19102 19103 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19098 class InvalidNextTokenException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |