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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/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)


1209
1210
1211
1212
1213
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1209

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