Class: Aws::SecretsManager::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::InvalidNextTokenException
- Defined in:
- gems/aws-sdk-secretsmanager/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
1081 1082 1083 1084 1085 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1081 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |