Class: Aws::SSMContacts::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Request references a resource that doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Hypothetical resource identifier that was not found.
-
#resource_type ⇒ String
Hypothetical resource type that was not found.
Instance Attribute Details
#message ⇒ String
1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1960 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Hypothetical resource identifier that was not found
1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1960 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Hypothetical resource type that was not found
1960 1961 1962 1963 1964 1965 1966 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1960 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |