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
3818 3819 3820 3821 3822 3823 3824 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Can’t find the resource id.
3818 3819 3820 3821 3822 3823 3824 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type is not valid.
3818 3819 3820 3821 3822 3823 3824 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3818 class ResourceNotFoundException < Struct.new( :resource_type, :resource_id, :message) SENSITIVE = [] include Aws::Structure end |