Class: Aws::SecretsManager::Types::PreconditionNotMetException

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

Overview

The request failed because you did not complete all the prerequisite steps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1206
1207
1208
1209
1210
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1206

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