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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1461
1462
1463
1464
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1461

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