Class: Aws::SecretsManager::Types::LimitExceededException

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

Overview

The request failed because it would exceed one of the Secrets Manager quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1044
1045
1046
1047
1048
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1044

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