Class: Aws::SSMContacts::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-ssmcontacts/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
1975 1976 1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1975 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Hypothetical resource identifier that was not found
1975 1976 1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1975 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Hypothetical resource type that was not found
1975 1976 1977 1978 1979 1980 1981 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1975 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |