class Aws::DatabaseMigrationService::Errors::ResourceAlreadyExistsFault

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::DatabaseMigrationService::Types::ResourceAlreadyExistsFault] data

Calls superclass method
# File lib/aws-sdk-databasemigrationservice/errors.rb, line 260
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Public Instance Methods

message() click to toggle source

@return [String]

# File lib/aws-sdk-databasemigrationservice/errors.rb, line 265
def message
  @message || @data[:message]
end
resource_arn() click to toggle source

@return [String]

# File lib/aws-sdk-databasemigrationservice/errors.rb, line 270
def resource_arn
  @data[:resource_arn]
end