Class: Aws::DataExchange::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ResourceNotFoundException
- 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
-
#message ⇒ String
The resource couldn’t be found.
-
#resource_id ⇒ String
The unique identifier for the resource that couldn’t be found.
-
#resource_type ⇒ String
The type of resource that couldn’t be found.
Instance Attribute Details
#message ⇒ String
The resource couldn’t be found.
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_id ⇒ String
The unique identifier for the resource that couldn’t be found.
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_type ⇒ String
The type of resource that couldn’t be found.
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 |