Class: Aws::QBusiness::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ResourceNotFoundException
- 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
-
#message ⇒ String
The message describing a ‘ResourceNotFoundException`.
-
#resource_id ⇒ String
The identifier of the resource affected.
-
#resource_type ⇒ String
The type of the resource affected.
Instance Attribute Details
#message ⇒ String
The message describing a ‘ResourceNotFoundException`.
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_id ⇒ String
The identifier of the resource affected.
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_type ⇒ String
The type of the resource affected.
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 |