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

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

Overview

A parameter value is not valid for the current state of the resource.

Possible causes:

  • The secret is scheduled for deletion.

  • 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.

  • The secret is managed by another service, and you must use that service to update it. For more information, see [Secrets managed by other Amazon Web Services services].

[1]: docs.aws.amazon.com/secretsmanager/latest/userguide/service-linked-secrets.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1025
1026
1027
1028
1029
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1025

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