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.
2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2644 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.
2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2644 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.
2644 2645 2646 2647 2648 2649 2650 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2644 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |