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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


954
955
956
957
# File 'lib/aws-sdk-secretsmanager/types.rb', line 954

class InvalidNextTokenException < Struct.new(
  :message)
  include Aws::Structure
end