Class: Aws::Transfer::Types::ResourceExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

The requested resource does not exist, or exists in a region other than the one specified for the command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4820

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resourceString

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4820

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4820

class ResourceExistsException < Struct.new(
  :message,
  :resource,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end