Class: Aws::CodeArtifact::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The operation did not succeed because the resource requested is not found in the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of Amazon Web Services resource.
Instance Attribute Details
#message ⇒ String
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2844 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2844 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of Amazon Web Services resource.
2844 2845 2846 2847 2848 2849 2850 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 2844 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |