Class: Aws::SecretsManager::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-secretsmanager/types.rb

Overview

You provided an invalid ‘NextToken` value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


977
978
979
980
981
# File 'lib/aws-sdk-secretsmanager/types.rb', line 977

class InvalidNextTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end