Class: Aws::Route53Profiles::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
The ‘NextToken` you provided isn;t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
347 348 349 350 351 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 347 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |