Class: Aws::QBusiness::Types::ResourceNotFoundException

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

Overview

The application or plugin resource you want to use doesn’t exist. Make sure you have provided the correct resource and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message describing a ‘ResourceNotFoundException`.

Returns:

  • (String)


6416
6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-qbusiness/types.rb', line 6416

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

#resource_idString

The identifier of the resource affected.

Returns:

  • (String)


6416
6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-qbusiness/types.rb', line 6416

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

#resource_typeString

The type of the resource affected.

Returns:

  • (String)


6416
6417
6418
6419
6420
6421
6422
# File 'lib/aws-sdk-qbusiness/types.rb', line 6416

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