Class: Aws::Route53Resolver::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
The value that you specified for ‘NextToken` in a `List` request isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2402 2403 2404 2405 2406 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2402 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |