Class: Aws::ApplicationSignals::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-applicationsignals/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
2386 2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2386 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Can't find the resource id.
2386 2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2386 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type is not valid.
2386 2387 2388 2389 2390 2391 2392 |
# File 'gems/aws-sdk-applicationsignals/lib/aws-sdk-applicationsignals/types.rb', line 2386 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |