Class: Aws::RAM::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because the specified value for ‘NextToken` isn’t valid. You must specify a value you received in the ‘NextToken` response of a previous call to this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-ram/types.rb', line 1584 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |