Class: Aws::AppTest::Types::ResourceNotFoundException

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

Overview

The specified resource was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
# File 'lib/aws-sdk-apptest/types.rb', line 2190

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

#resource_idString

The resource ID of the resource not found.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
# File 'lib/aws-sdk-apptest/types.rb', line 2190

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

#resource_typeString

The resource type of the resource not found.

Returns:

  • (String)


2190
2191
2192
2193
2194
2195
2196
# File 'lib/aws-sdk-apptest/types.rb', line 2190

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