Class: Aws::CodeStarNotifications::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarNotifications::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarnotifications/types.rb
Overview
The value for the enumeration token used in the request to return the next batch of the results is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
320 321 322 323 324 |
# File 'lib/aws-sdk-codestarnotifications/types.rb', line 320 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |