Class: Aws::SSMIncidents::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/types.rb
Overview
Request references a resource which doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_identifier ⇒ String
The identifier for the requested resource.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1992 class ResourceNotFoundException < Struct.new( :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier for the requested resource
1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1992 class ResourceNotFoundException < Struct.new( :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type
1992 1993 1994 1995 1996 1997 1998 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 1992 class ResourceNotFoundException < Struct.new( :message, :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |