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