Class: Aws::DevOpsGuru::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
A requested resource could not be found
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the Amazon Web Services resource that could not be found.
-
#resource_type ⇒ String
The type of the Amazon Web Services resource that could not be found.
Instance Attribute Details
#message ⇒ String
4006 4007 4008 4009 4010 4011 4012 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4006 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the Amazon Web Services resource that could not be found.
4006 4007 4008 4009 4010 4011 4012 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4006 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the Amazon Web Services resource that could not be found.
4006 4007 4008 4009 4010 4011 4012 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 4006 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |