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
2666 2667 2668 2669 2670 2671 2672 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2666 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Can’t find the resource id.
2666 2667 2668 2669 2670 2671 2672 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2666 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type is not valid.
2666 2667 2668 2669 2670 2671 2672 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2666 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |