Class: Aws::DataExchange::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

The resource couldn’t be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The resource couldn’t be found.

Returns:

  • (String)


3257
3258
3259
3260
3261
3262
3263
# File 'lib/aws-sdk-dataexchange/types.rb', line 3257

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

#resource_idString

The unique identifier for the resource that couldn’t be found.

Returns:

  • (String)


3257
3258
3259
3260
3261
3262
3263
# File 'lib/aws-sdk-dataexchange/types.rb', line 3257

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

#resource_typeString

The type of resource that couldn’t be found.

Returns:

  • (String)


3257
3258
3259
3260
3261
3262
3263
# File 'lib/aws-sdk-dataexchange/types.rb', line 3257

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