Class: Aws::SecretsManager::Types::ResourceExistsException

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

Overview

A resource with the ID you requested already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1553
1554
1555
1556
1557
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1553

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