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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1200
1201
1202
1203
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1200

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