Class: Aws::SecretsManager::Types::InvalidRequestException

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

Overview

You provided a parameter value that is not valid for the current state of the resource.

Possible causes:

  • You tried to perform the operation on a secret that’s currently marked deleted.

  • You tried to enable rotation on a secret that doesn’t already have a Lambda function ARN configured and you didn’t include such an ARN as a parameter in this call.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


988
989
990
991
# File 'lib/aws-sdk-secretsmanager/types.rb', line 988

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