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
11424 11425 11426 11427 11428 11429 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11424 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
11424 11425 11426 11427 11428 11429 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11424 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |