Class: Aws::SecretsManager::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::InvalidNextTokenException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-secretsmanager/types.rb
Overview
The ‘NextToken` value is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1011 1012 1013 1014 1015 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1011 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |