Class: Aws::ApplicationSignals::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
Resource not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Can’t find the resource id.
-
#resource_type ⇒ String
The resource type is not valid.
Instance Attribute Details
#message ⇒ String
1469 1470 1471 1472 1473 1474 1475 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1469 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Can’t find the resource id.
1469 1470 1471 1472 1473 1474 1475 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1469 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type is not valid.
1469 1470 1471 1472 1473 1474 1475 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 1469 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |