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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-secretsmanager/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)


1579
1580
1581
1582
1583
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1579

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