Class: Aws::RedshiftServerless::Types::InvalidPaginationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::InvalidPaginationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The provided pagination token is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1417 1418 1419 1420 1421 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1417 class InvalidPaginationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |