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