Class: Aws::Route53::Types::InvalidPaginationToken
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::InvalidPaginationToken
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The value that you specified to get the second or subsequent page of results is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4095 4096 4097 4098 4099 |
# File 'lib/aws-sdk-route53/types.rb', line 4095 class InvalidPaginationToken < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |