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
1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-secretsmanager/types.rb', line 1631 class ResourceExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |