Class: Aws::DatabaseMigrationService::Types::ResourceAlreadyExistsFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ResourceAlreadyExistsFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The resource you are attempting to create already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12236 12237 12238 12239 12240 12241 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12236 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
12236 12237 12238 12239 12240 12241 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12236 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |