Class: Aws::PartnerCentralChannel::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the resource not found error.
-
#resource_id ⇒ String
The identifier of the resource that was not found.
-
#resource_type ⇒ String
The type of the resource that was not found.
Instance Attribute Details
#message ⇒ String
A message describing the resource not found error.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1362 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that was not found.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1362 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that was not found.
1362 1363 1364 1365 1366 1367 1368 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1362 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |