Class: Aws::ConnectCases::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
We couldn’t find the requested resource. Check that your resources exists and were created in the same Amazon Web Services Region as your request, and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Unique identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
Instance Attribute Details
#message ⇒ String
2956 2957 2958 2959 2960 2961 2962 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2956 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Unique identifier of the resource affected.
2956 2957 2958 2959 2960 2961 2962 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2956 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
2956 2957 2958 2959 2960 2961 2962 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2956 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |