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
11893 11894 11895 11896 11897 11898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11893 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
11893 11894 11895 11896 11897 11898 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11893 class ResourceAlreadyExistsFault < Struct.new( :message, :resource_arn) SENSITIVE = [] include Aws::Structure end |