Class: Aws::Transfer::Errors::ResourceExistsException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-transfer/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceExistsException

Returns a new instance of ResourceExistsException.

Parameters:



126
127
128
# File 'lib/aws-sdk-transfer/errors.rb', line 126

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


131
# File 'lib/aws-sdk-transfer/errors.rb', line 131

def message: () -> ::String

#resourceString

Returns:

  • (String)


136
# File 'lib/aws-sdk-transfer/errors.rb', line 136

def resource: () -> ::String

#resource_typeString

Returns:

  • (String)


141
# File 'lib/aws-sdk-transfer/errors.rb', line 141

def resource_type: () -> ::String