Class: Aws::OpsWorksCM::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
This occurs when the provided nextToken is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message that can contain more detail about a nextToken failure.
Instance Attribute Details
#message ⇒ String
Error or informational message that can contain more detail about a nextToken failure.
973 974 975 976 977 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 973 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |