Class: Aws::DocDBElastic::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
The specified resource could not be located.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An error message describing the failure.
-
#resource_id ⇒ String
The ID of the resource that could not be located.
-
#resource_type ⇒ String
The type of the resource that could not be found.
Instance Attribute Details
#message ⇒ String
An error message describing the failure.
994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 994 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that could not be located.
994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 994 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that could not be found.
994 995 996 997 998 999 1000 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 994 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |