Class: Aws::SecretsManager::Types::ResourceExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecretsManager::Types::ResourceExistsException
- 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
#message ⇒ String
1709 1710 1711 1712 1713 |
# File 'gems/aws-sdk-secretsmanager/lib/aws-sdk-secretsmanager/types.rb', line 1709 class ResourceExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |