Class: Aws::Polly::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
The NextToken is invalid. Verify that it’s spelled correctly, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
213 214 215 216 217 |
# File 'lib/aws-sdk-polly/types.rb', line 213 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |